diff options
Diffstat (limited to 'perl-install/http.pm')
-rw-r--r-- | perl-install/http.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/http.pm b/perl-install/http.pm index 9da302513..8797b9e39 100644 --- a/perl-install/http.pm +++ b/perl-install/http.pm @@ -8,7 +8,7 @@ use network; my $sock; -sub getFile($) { +sub getFile { local($^W) = 0; my ($host, $port, $path) = $ENV{URLPREFIX} =~ m,^http://([^/:]+)(?::(\d+))?(/\S*)?$,; |