diff options
Diffstat (limited to 'perl-install/install/http.pm')
-rw-r--r-- | perl-install/install/http.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/http.pm b/perl-install/install/http.pm index c98a4184d..caea04c3d 100644 --- a/perl-install/install/http.pm +++ b/perl-install/install/http.pm @@ -2,6 +2,7 @@ package install::http; # $Id$ use urpm::download; use common; +use Cwd; # to be killed once callers got fixed sub close() { |