X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTest%2FCatalyst%2FAction%2FREST%2FController%2FActions.pm;fp=t%2Flib%2FTest%2FCatalyst%2FAction%2FREST%2FController%2FActions.pm;h=39a04a5415add3465a28682afa75f3fca15fb9fe;hb=07b2ce2791d17c5779b1181bb77fc41d446e85e8;hp=f1b6f23d0a954d1e3092265b3ce1df97565acb8d;hpb=5f749844ef9839e412a0c3e37ec7d3da007bc70a;p=catagits%2FCatalyst-Action-REST.git diff --git a/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm b/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm index f1b6f23..39a04a5 100644 --- a/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm +++ b/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm @@ -13,7 +13,7 @@ sub test : Local : ActionClass('REST') { $c->stash->{'entity'} = 'something'; } -sub test_GET :ActionClass('+Test::Action::Class') { +sub test_GET : Private ActionClass('+Test::Action::Class') { my ( $self, $c ) = @_; $c->stash->{'entity'} .= " GET";