From fef2c4163cbc2d8b99b540fdd5b6af351001c640 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Jun 2005 04:56:14 +0000 Subject: add some "use xxx;" (the idea is to see what the package needs, but i may rollback after understanding better dependencies) --- perl-install/network/netconnect.pm | 1 + perl-install/network/thirdparty.pm | 2 ++ 2 files changed, 3 insertions(+) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 9f255f214..358815120 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -7,6 +7,7 @@ use detect_devices; use list_modules; use modules; use mouse; +use services; use network::network; use network::tools; use network::thirdparty; diff --git a/perl-install/network/thirdparty.pm b/perl-install/network/thirdparty.pm index 3aa3d7b86..8950832e6 100644 --- a/perl-install/network/thirdparty.pm +++ b/perl-install/network/thirdparty.pm @@ -5,6 +5,8 @@ use common; use detect_devices; use run_program; use services; +use fs::get; +use fs; use log; #- network_settings is an hash of categories (rtc, dsl, wireless, ...) -- cgit v1.2.1