--- libnet-perl-1.12.orig/Net/Config.pm +++ libnet-perl-1.12/Net/Config.pm @@ -57,9 +57,8 @@ } TRY_INTERNET_CONFIG -my $file = __FILE__; +my $file = "/etc/perl5/Net/libnet.cfg"; my $ref; -$file =~ s/Config.pm/libnet.cfg/; if ( -f $file ) { $ref = eval { local $SIG{__DIE__}; do $file }; if (ref($ref) eq 'HASH') { @@ -131,8 +130,8 @@ C holds configuration data for the modules in the libnet distribuion. During installation you will be asked for these values. -The configuration data is held globally in a file in the perl installation -tree, but a user may override any of these values by providing their own. This +The configuration data is held globally in /etc/perl5/Net/libnet.cfg, +but a user may override any of these values by providing their own. This can be done by having a C<.libnetrc> file in their home directory. This file should return a reference to a HASH containing the keys described below. For example