diff options
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r-- | perl-install/crypto.pm | 3 |
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 { |