From b60c0cb8f67d745626fec6f0c8540818f24e91a6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 24 Jul 2001 22:39:28 +0000 Subject: move to MDK::Common, bool->to_bool --- perl-install/network/adsl.pm | 2 +- perl-install/network/ethernet.pm | 2 +- perl-install/network/isdn.pm | 2 +- perl-install/network/modem.pm | 2 +- perl-install/network/netconnect.pm | 2 +- perl-install/network/network.pm | 2 +- perl-install/network/tools.pm | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'perl-install/network') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 12daed505..65108f288 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -1,6 +1,6 @@ package network::adsl; -use common qw(:common :file); +use common; use run_program; use network::tools; use network::ethernet; diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index a6e6b0b64..df257637b 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -4,7 +4,7 @@ use network::network; use modules; use any; use detect_devices; -use common qw(:file :common); +use common; use run_program; use vars qw(@ISA @EXPORT); use globals "network", qw($in $prefix $install $connect_file $disconnect_file); diff --git a/perl-install/network/isdn.pm b/perl-install/network/isdn.pm index e8992b4ce..500339810 100644 --- a/perl-install/network/isdn.pm +++ b/perl-install/network/isdn.pm @@ -1,7 +1,7 @@ package network::isdn; use network::isdn_consts; -use common qw(:common :file :system); +use common; use any; use modules; use log; diff --git a/perl-install/network/modem.pm b/perl-install/network/modem.pm index 66faab9ec..5ff94d014 100644 --- a/perl-install/network/modem.pm +++ b/perl-install/network/modem.pm @@ -1,6 +1,6 @@ package network::modem; -use common qw(:common :file); +use common; use any; use modules; use detect_devices; diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 6fa750929..308f90577 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -5,7 +5,7 @@ use diagnostics; use strict; use vars qw($isdn_init @isdndata); -use common qw(:common :file :functional :system); +use common; use log; use detect_devices; use run_program; diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm index ecfadfb8d..ecf7823c2 100644 --- a/perl-install/network/network.pm +++ b/perl-install/network/network.pm @@ -8,7 +8,7 @@ use strict; #-###################################################################################### use Socket; -use common qw(:common :file :system :functional); +use common; use detect_devices; use run_program; use any; diff --git a/perl-install/network/tools.pm b/perl-install/network/tools.pm index 60dc94104..daf2c0a02 100644 --- a/perl-install/network/tools.pm +++ b/perl-install/network/tools.pm @@ -1,6 +1,6 @@ package network::tools; -use common qw(:common :file :system); +use common; use run_program; use vars qw(@ISA @EXPORT); use globals "network", qw($in $prefix $install $disconnect_file $connect_prog); -- cgit v1.2.1