summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-02-21 09:46:19 +0000
committerFrancois Pons <fpons@mandriva.com>2002-02-21 09:46:19 +0000
commit11057069e61065490ee30e4b036a02a0d3fff5a7 (patch)
tree8e094c8bf42c1057579eed60da594bf48ac39a0e /perl-install/crypto.pm
parentcd65e5e5d312d8ded628cea1d9cc899a34a5c9f7 (diff)
downloaddrakx-backup-do-not-use-11057069e61065490ee30e4b036a02a0d3fff5a7.tar
drakx-backup-do-not-use-11057069e61065490ee30e4b036a02a0d3fff5a7.tar.gz
drakx-backup-do-not-use-11057069e61065490ee30e4b036a02a0d3fff5a7.tar.bz2
drakx-backup-do-not-use-11057069e61065490ee30e4b036a02a0d3fff5a7.tar.xz
drakx-backup-do-not-use-11057069e61065490ee30e4b036a02a0d3fff5a7.zip
fixed 8.1 release hard coded.
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r--perl-install/crypto.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm
index 6ca002d0f..6c7d2ce5c 100644
--- a/perl-install/crypto.pm
+++ b/perl-install/crypto.pm
@@ -104,8 +104,7 @@ sub bestMirror {
$possible[rand @possible];
}
-#sub dir { $mirrors{$_[0]}[1] . '/' . $::VERSION }
-sub dir { $mirrors{$_[0]}[1] . '/' . '8.1' }
+sub dir { $mirrors{$_[0]}[1] . '/' . $::VERSION }
sub ftp($) { ftp::new($_[0], dir($_[0])) }
sub getFile {