summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2004-02-27 18:17:17 +0000
committerFlorent Villard <warly@mandriva.com>2004-02-27 18:17:17 +0000
commit86dba8a9f71cef13bb0f1769f4c4c1d4600ca141 (patch)
tree769858e32daba3983603c0e40411fab2eb90e27a /perl-install/crypto.pm
parent924208331c9eea1071911a93fc96977e5f28d8d5 (diff)
downloaddrakx-backup-do-not-use-86dba8a9f71cef13bb0f1769f4c4c1d4600ca141.tar
drakx-backup-do-not-use-86dba8a9f71cef13bb0f1769f4c4c1d4600ca141.tar.gz
drakx-backup-do-not-use-86dba8a9f71cef13bb0f1769f4c4c1d4600ca141.tar.bz2
drakx-backup-do-not-use-86dba8a9f71cef13bb0f1769f4c4c1d4600ca141.tar.xz
drakx-backup-do-not-use-86dba8a9f71cef13bb0f1769f4c4c1d4600ca141.zip
add $o in global vars.
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 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;