]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - pkgs/perl/patches/perl-disable_test_hosts.patch
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / perl / patches / perl-disable_test_hosts.patch
1 diff -up perl-5.12.0/cpan/libnet/Net/Config.pm.disable perl-5.12.0/cpan/libnet/Net/Config.pm
2 --- perl-5.12.0/cpan/libnet/Net/Config.pm.disable 2010-01-18 19:52:49.000000000 +0100
3 +++ perl-5.12.0/cpan/libnet/Net/Config.pm 2010-04-13 16:03:50.090770813 +0200
4 @@ -29,7 +29,7 @@ eval { local $SIG{__DIE__}; require Net:
5 ftp_firewall => undef,
6 ftp_ext_passive => 1,
7 ftp_int_passive => 1,
8 - test_hosts => 1,
9 + test_hosts => 0,
10 test_exist => 1,
11 );
12