summary refs log tree commit diff
path: root/lib/Net/HTTP/API/Spec.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-08-31 15:42:09 +0200
committerfranck cuny <franck@lumberjaph.net>2010-08-31 15:42:09 +0200
commit82e0867d951c7a7fc2aa70d2870789607d2f2023 (patch)
tree3227f57988b47953f339d8259a222aef260fd56e /lib/Net/HTTP/API/Spec.pm
parentinitial import (diff)
downloadnet-http-api-spec-82e0867d951c7a7fc2aa70d2870789607d2f2023.tar.gz
s/load/new/
Diffstat (limited to 'lib/Net/HTTP/API/Spec.pm')
-rw-r--r--lib/Net/HTTP/API/Spec.pm2
1 files changed, 1 insertions, 1 deletions
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);