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/ethernet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/ethernet.pm') diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index df257637b..e61cf907f 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -7,7 +7,7 @@ use detect_devices; use common; use run_program; use vars qw(@ISA @EXPORT); -use globals "network", qw($in $prefix $install $connect_file $disconnect_file); +use MDK::Common::Globals "network", qw($in $prefix $install $connect_file $disconnect_file); @ISA = qw(Exporter); @EXPORT = qw(configureNetwork conf_network_card conf_network_card_backend go_ethernet); -- cgit v1.2.1