summary refs log tree commit diff
path: root/lib/Net/HTTP/Spore/Role/Description.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net/HTTP/Spore/Role/Description.pm')
-rw-r--r--lib/Net/HTTP/Spore/Role/Description.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Net/HTTP/Spore/Role/Description.pm b/lib/Net/HTTP/Spore/Role/Description.pm
index 213955d..2723fef 100644
--- a/lib/Net/HTTP/Spore/Role/Description.pm
+++ b/lib/Net/HTTP/Spore/Role/Description.pm
@@ -24,4 +24,11 @@ has authentication => (
     predicate => 'has_authentication',
 );
 
+has expected_status => (
+    is      => 'rw',
+    isa     => 'Array',
+    lazy    => 1,
+    default => sub { [] },
+);
+
 1;