diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/http.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/http.pm b/perl-install/install/http.pm index 5de087d61..4e9a0ba51 100644 --- a/perl-install/install/http.pm +++ b/perl-install/install/http.pm @@ -29,7 +29,7 @@ sub get_file_and_size_ { } } -sub get_file_and_size1 { +sub get_file_and_size { my ($url) = @_; # can be used for ftp urls (with http proxy) |