X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=blobdiff_plain;f=t%2Flib%2FTest%2FSerialize%2FView%2FSimple.pm;h=7004a73a158198aa9e61d3c229c1304895b7e1cc;hp=049152debe6ca9bd6353afb573baac51d87d220f;hb=930013e6f19b25a090c3f8839495ad8d9b15ff6d;hpb=10bcd217c37d68aabbb0db8a5a7e233e679cb945 diff --git a/t/lib/Test/Serialize/View/Simple.pm b/t/lib/Test/Serialize/View/Simple.pm index 049152d..7004a73 100644 --- a/t/lib/Test/Serialize/View/Simple.pm +++ b/t/lib/Test/Serialize/View/Simple.pm @@ -1,6 +1,8 @@ package Test::Serialize::View::Simple; +use Moose; +use namespace::autoclean; -use base qw/Catalyst::View/; +extends qw/Catalyst::View/; sub process { my ($self, $c) = @_;