X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=blobdiff_plain;f=t%2Flib%2FTest%2FCatalyst%2FAction%2FREST%2FController%2FActions.pm;h=33b363acc0fe100f74e3d1cae13d24e82e373fcc;hp=596e4e0a9fba97c989f3e74664452b992aa2a6f4;hb=960e29eed9ccd049c3c0dcd78a65308242a64ae0;hpb=5f46184580aa24517de4f62eb65dd9a5275d4551 diff --git a/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm b/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm index 596e4e0..33b363a 100644 --- a/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm +++ b/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm @@ -1,8 +1,8 @@ package Test::Catalyst::Action::REST::Controller::Actions; -use strict; -use warnings; +use Moose; +use namespace::autoclean; -use base qw/Catalyst::Controller::REST/; +BEGIN { extends qw/Catalyst::Controller::REST/ } __PACKAGE__->_action_class('Test::Action::Class');