summary refs log tree commit diff
path: root/lib/Net/HTTP/Console.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-08-31 15:50:10 +0200
committerfranck cuny <franck@lumberjaph.net>2010-08-31 15:50:10 +0200
commitd651409dab0a448725e4fb338bf341438b54626f (patch)
tree1d9eff1dfa97a31c9f181acebd9eee7d2e6b2cdc /lib/Net/HTTP/Console.pm
parentremove dummy class, use Core instead (diff)
downloadnet-http-console-d651409dab0a448725e4fb338bf341438b54626f.tar.gz
can load api from a spec file
Diffstat (limited to 'lib/Net/HTTP/Console.pm')
-rw-r--r--lib/Net/HTTP/Console.pm1
1 files changed, 1 insertions, 0 deletions
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;