From 82e0867d951c7a7fc2aa70d2870789607d2f2023 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 31 Aug 2010 15:42:09 +0200 Subject: s/load/new/ --- lib/Net/HTTP/API/Spec.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Net/HTTP/API/Spec.pm b/lib/Net/HTTP/API/Spec.pm index 37975c2..6fcd6d4 100644 --- a/lib/Net/HTTP/API/Spec.pm +++ b/lib/Net/HTTP/API/Spec.pm @@ -6,7 +6,7 @@ use IO::All; use Net::HTTP::API::Core; -sub load_from_spec { +sub new_from_spec { my ($class, $spec_file) = @_; my $content < io($spec_file); -- cgit v1.2.3