diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-06 00:30:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-06 00:30:56 +0000 |
commit | a7c62940b05f5fc75406ad8e0c61b335d50b8f01 (patch) | |
tree | c3f5c435c6690e342d0da5bb7174d2e0c1d90f3e /ftp/ftpmirror/files | |
parent | Shrink description and update to 2.4.0. (diff) |
Unbreak on perl-5.8.x.
Notes
Notes:
svn path=/head/; revision=108508
Diffstat (limited to 'ftp/ftpmirror/files')
-rw-r--r-- | ftp/ftpmirror/files/patch-FTP.pm | 6 | ||||
-rw-r--r-- | ftp/ftpmirror/files/patch-TCP.pm | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ftp/ftpmirror/files/patch-FTP.pm b/ftp/ftpmirror/files/patch-FTP.pm index dd580e099080..fb8e8448105f 100644 --- a/ftp/ftpmirror/files/patch-FTP.pm +++ b/ftp/ftpmirror/files/patch-FTP.pm @@ -10,9 +10,9 @@ diff -u -r1.1.1.2 -r1.6 use Carp; use Socket; -+BEGIN { -+ eval 'use Socket6' unless (eval '&AF_INET6'); # IPv6 patched Perl -+} ++ ++use Socket6; ++ use Fan::TCP; use AutoLoader 'AUTOLOAD'; diff --git a/ftp/ftpmirror/files/patch-TCP.pm b/ftp/ftpmirror/files/patch-TCP.pm index 35eb097270da..d8ed2c572d39 100644 --- a/ftp/ftpmirror/files/patch-TCP.pm +++ b/ftp/ftpmirror/files/patch-TCP.pm @@ -16,9 +16,9 @@ diff -u -r1.1.1.1 -r1.12 use Carp; use Socket; -+BEGIN { -+ eval 'use Socket6' unless (eval '&AF_INET6'); # IPv6 patched Perl -+} ++ ++use Socket6; ++ use AutoLoader 'AUTOLOAD'; $VERSION = '0.03'; |