X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTest%2FCatalyst%2FAction%2FREST%2FController%2FActions.pm;h=2612a4eb963d1e0d728c965afa0128f037d75595;hb=5c4dd54f1007d731f225d9c065ded455a499dd78;hp=39a04a5415add3465a28682afa75f3fca15fb9fe;hpb=07b2ce2791d17c5779b1181bb77fc41d446e85e8;p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git diff --git a/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm b/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm index 39a04a5..2612a4e 100644 --- a/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm +++ b/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm @@ -20,7 +20,7 @@ sub test_GET : Private ActionClass('+Test::Action::Class') { $c->forward('ok'); } -sub test_POST :ActionClass('+Test::Action::Class') { +sub test_POST : Action ActionClass('+Test::Action::Class') { my ( $self, $c ) = @_; $c->stash->{'entity'} .= " POST";