diff options
Diffstat (limited to 'perl-install/crypto.pm')
-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 eae03336d..c44723e14 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -44,7 +44,7 @@ use ftp; %mirrors = (); -sub mirror2text { $mirrors{$_[0]} && ($mirrors{$_[0]}[0] . '|' . $_[0]) } +sub mirror2text { $mirrors{$_[0]} && $mirrors{$_[0]}[0] . '|' . $_[0] } sub mirrors { unless (keys %mirrors) { #- contact the following URL to retrieve list of mirror. |