summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/crypto.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm
index 570eb908c..39e806788 100644
--- a/perl-install/crypto.pm
+++ b/perl-install/crypto.pm
@@ -61,7 +61,7 @@ sub mirrors {
#- contact the following URL to retrieve the list of mirrors.
#- http://www.linux-mandrake.com/mirrorsfull.list
require http;
- my $f = http::getFile("http://www.linux-mandrake.com/mirrorsfull.list");
+ $f = http::getFile("http://www.linux-mandrake.com/mirrorsfull.list");
}
local $SIG{ALRM} = sub { die "timeout" };