From a655b0e1e07efb3fd057f726b85887908d970ba6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Jun 2005 07:38:18 +0000 Subject: - move functions using /proc/partitions out of fsedit to fs::proc_partitions - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) --- perl-install/network/adsl.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/network/adsl.pm') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 9da5a3f7c..ca0b0e272 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -3,7 +3,6 @@ package network::adsl; # $Id$ use common; use run_program; use network::tools; -use network::ethernet; use modules; use vars qw(@ISA @EXPORT); -- cgit v1.2.1