summaryrefslogtreecommitdiffstats
path: root/perl-install/http.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/http.pm')
-rw-r--r--perl-install/http.pm2
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;