13 lines
466 B
Diff
13 lines
466 B
Diff
diff -up perl-5.10.0/lib/Net/Config.pm.disable_test_hosts perl-5.10.0/lib/Net/Config.pm
|
|
--- perl-5.10.0/lib/Net/Config.pm.disable_test_hosts 2007-12-21 11:41:12.000000000 -0500
|
|
+++ perl-5.10.0/lib/Net/Config.pm 2007-12-21 11:41:20.000000000 -0500
|
|
@@ -29,7 +29,7 @@ eval { local $SIG{__DIE__}; require Net:
|
|
ftp_firewall => undef,
|
|
ftp_ext_passive => 1,
|
|
ftp_int_passive => 1,
|
|
- test_hosts => 1,
|
|
+ test_hosts => 0,
|
|
test_exist => 1,
|
|
);
|
|
|