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 ad05b761e..34158f7bd 100644 --- a/perl-install/http.pm +++ b/perl-install/http.pm @@ -7,7 +7,7 @@ use network; my $sock; sub getFile { - local($^W) = 0; + local ($^W) = 0; my ($url) = @_; $sock->close if $sock; |