diff options
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r-- | perl-install/network/ethernet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |