From d651409dab0a448725e4fb338bf341438b54626f Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 31 Aug 2010 15:50:10 +0200 Subject: can load api from a spec file --- lib/Net/HTTP/Console.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Net/HTTP/Console.pm') diff --git a/lib/Net/HTTP/Console.pm b/lib/Net/HTTP/Console.pm index a1bc1dd..4f0b342 100644 --- a/lib/Net/HTTP/Console.pm +++ b/lib/Net/HTTP/Console.pm @@ -16,6 +16,7 @@ class Net::HTTP::Console { has url => (isa => 'Str', is => 'rw', predicate => 'has_url'); has format => (isa => 'Str', is => 'rw', predicate => 'has_format'); has format_mode => (isa => 'Str', is => 'rw', predicate => 'has_format_mode'); + has spec => (isa => 'Str', is => 'rw', predicate => 'has_specification'); } 1; -- cgit v1.2.3