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=33b363acc0fe100f74e3d1cae13d24e82e373fcc;hb=930013e6f19b25a090c3f8839495ad8d9b15ff6d;hp=596e4e0a9fba97c989f3e74664452b992aa2a6f4;hpb=10bcd217c37d68aabbb0db8a5a7e233e679cb945;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 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');