diff options
Diffstat (limited to 'perl-install/http.pm')
-rw-r--r-- | perl-install/http.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/http.pm b/perl-install/http.pm index dec3773a8..e35d8d221 100644 --- a/perl-install/http.pm +++ b/perl-install/http.pm @@ -1,7 +1,6 @@ package http; # $Id$ use IO::Socket; -use network::network; my $sock; |