X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git;a=blobdiff_plain;f=t%2Flib%2FTest%2FAction%2FClass%2FSub.pm;fp=t%2Flib%2FTest%2FAction%2FClass%2FSub.pm;h=0000000000000000000000000000000000000000;hp=372fcfc5cdf0ceb1edb8bb29eef5afa8fade229a;hb=79025f72c27ba313b3c701cee238f84166f32f9e;hpb=f10c7e1c7eb3b4cb10401dbb86ca8db3dc38ced2 diff --git a/t/lib/Test/Action/Class/Sub.pm b/t/lib/Test/Action/Class/Sub.pm deleted file mode 100644 index 372fcfc..0000000 --- a/t/lib/Test/Action/Class/Sub.pm +++ /dev/null @@ -1,13 +0,0 @@ -package Test::Action::Class::Sub; -use Moose; - -extends 'Test::Action::Class'; - -before execute => sub { - my ($self, $controller, $c, @args) = @_; - $c->response->header( 'Using-Sub-Action' => 'MOO' ); -}; - -no Moose; - -1;