From cfd1f7291b42cede75112ed811053612fa1f2c1c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 24 Jul 2001 22:57:09 +0000 Subject: - globals is now MDK::Common::Globals - perl2fcalls is now /usr/bin/perl_checker --- perl-install/network/netconnect.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/network/netconnect.pm') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 308f90577..9d83fb934 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -17,7 +17,7 @@ use commands; #require Data::Dumper; use network::tools; -use globals "network", qw($in $prefix $install $connect_file $disconnect_file $connect_prog); +use MDK::Common::Globals "network", qw($in $prefix $install $connect_file $disconnect_file $connect_prog); #- intro is called only in standalone. @@ -84,7 +84,7 @@ sub detect { sub main { my ($prefix, $netcnx, $netc, $mouse, $in, $intf, $install, $first_time, $direct_fr) = @_; - globals::init( + MDK::Common::Globals::init( in => $in, prefix => $prefix, install => $install, -- cgit v1.2.1