From 86dba8a9f71cef13bb0f1769f4c4c1d4600ca141 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Fri, 27 Feb 2004 18:17:17 +0000 Subject: add $o in global vars. --- 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 b5b3a8ead..a8fa6f9ec 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -3,7 +3,7 @@ package crypto; # $Id$ use diagnostics; use strict; -use vars qw(%url2land %land2tzs %static_mirrors %mirrors); +use vars qw($o %url2land %land2tzs %static_mirrors %mirrors); use MDK::Common::System; use common; -- cgit v1.2.1