From 17e171d7fe85f987498bacea879649cfe60571cb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 9 Apr 2009 11:33:46 +0000 Subject: fix typo in latest commit --- perl-install/install/http.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/http.pm') 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) -- cgit v1.2.1