From aaff6dff3ac0e9b19810fc1bc836f30c19918e5d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 31 Jul 2002 11:59:03 +0000 Subject: make new perl_checker happy --- perl-install/crypto.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/crypto.pm') diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index fb15db673..06c8db3e6 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -40,7 +40,7 @@ my %static_mirrors = ( # "ackbar" => [ "Ackbar", "/updates", "a", "a" ], ); -my %mirrors = (); +my %mirrors; my %deps = ( 'libcrypto.so.0' => 'openssl', -- cgit v1.2.1