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=2e91a352120106301ed2d9c8286e394504ab6bac;hb=5213846dc53c8fdcb6de11243fad7e40378624e7;hp=33b363acc0fe100f74e3d1cae13d24e82e373fcc;hpb=2c34d7cb1b9539e5ac877db137ea7b2ef8f93d4c;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 33b363a..2e91a35 100644 --- a/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm +++ b/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm @@ -23,7 +23,7 @@ sub test_POST : Action { $c->res->body('POST'); } -sub test_PUT :ActionClass('+Test::Action::Class') { +sub test_PUT :ActionClass('+Test::Action::Class::Sub') { my ( $self, $c ) = @_; $c->res->body('PUT'); }