summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-10-26 09:20:45 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-10-26 09:20:45 +0000
commit700a5ac9b2046020f41db7675c45df76d6e8f89d (patch)
tree60f7f3e83908bba42997de3b2566dfb5786e42f4 /perl-install/crypto.pm
parent4663d4d881b76120f6e0e140a981c82044385ac9 (diff)
downloaddrakx-backup-do-not-use-700a5ac9b2046020f41db7675c45df76d6e8f89d.tar
drakx-backup-do-not-use-700a5ac9b2046020f41db7675c45df76d6e8f89d.tar.gz
drakx-backup-do-not-use-700a5ac9b2046020f41db7675c45df76d6e8f89d.tar.bz2
drakx-backup-do-not-use-700a5ac9b2046020f41db7675c45df76d6e8f89d.tar.xz
drakx-backup-do-not-use-700a5ac9b2046020f41db7675c45df76d6e8f89d.zip
Remove spurious "my"
Diffstat (limited to 'perl-install/crypto.pm')
-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" };