summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/ftp.pm1
-rw-r--r--perl-install/http.pm2
2 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/ftp.pm b/perl-install/ftp.pm
index e1eeca7a4..06ae86c33 100644
--- a/perl-install/ftp.pm
+++ b/perl-install/ftp.pm
@@ -2,7 +2,6 @@ package ftp; # $Id$
use Net::FTP;
-use install_any;
use network;
use log;
diff --git a/perl-install/http.pm b/perl-install/http.pm
index 5c8408478..8899317b8 100644
--- a/perl-install/http.pm
+++ b/perl-install/http.pm
@@ -1,8 +1,6 @@
package http; # $Id$
use IO::Socket;
-
-use install_any;
use network;