From 700a5ac9b2046020f41db7675c45df76d6e8f89d Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 26 Oct 2004 09:20:45 +0000 Subject: Remove spurious "my" --- perl-install/crypto.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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" }; -- cgit v1.2.1