diff options
author | Florent Villard <warly@mandriva.com> | 2004-02-27 18:17:17 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2004-02-27 18:17:17 +0000 |
commit | 86dba8a9f71cef13bb0f1769f4c4c1d4600ca141 (patch) | |
tree | 769858e32daba3983603c0e40411fab2eb90e27a /perl-install | |
parent | 924208331c9eea1071911a93fc96977e5f28d8d5 (diff) | |
download | drakx-86dba8a9f71cef13bb0f1769f4c4c1d4600ca141.tar drakx-86dba8a9f71cef13bb0f1769f4c4c1d4600ca141.tar.gz drakx-86dba8a9f71cef13bb0f1769f4c4c1d4600ca141.tar.bz2 drakx-86dba8a9f71cef13bb0f1769f4c4c1d4600ca141.tar.xz drakx-86dba8a9f71cef13bb0f1769f4c4c1d4600ca141.zip |
add $o in global vars.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/crypto.pm | 2 |
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; |