From 2e80f08af395a41abe4d23544d41628a30a5624a Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 26 Oct 2010 17:18:57 +0200 Subject: add expected_status to top level --- lib/Net/HTTP/Spore/Role/Description.pm | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- cgit 1.4.1