X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestAppPluginWithConstructor.pm;fp=t%2Flib%2FTestAppPluginWithConstructor.pm;h=5b4b8c122d19ec96da103cbb592c89a8384e5f99;hp=36d8e16784bdae6b80ad17d9298e7debbed552f5;hb=9d04b6857491ce04e79cf93bdd45727e052ad6e6;hpb=f15ff320402420ecfdf793cf63671da0c104bf6f diff --git a/t/lib/TestAppPluginWithConstructor.pm b/t/lib/TestAppPluginWithConstructor.pm index 36d8e16..5b4b8c1 100644 --- a/t/lib/TestAppPluginWithConstructor.pm +++ b/t/lib/TestAppPluginWithConstructor.pm @@ -6,11 +6,6 @@ use Catalyst qw/+TestPluginWithConstructor/; use Moose; BEGIN { extends qw/Catalyst Catalyst::Controller/ } # Ewww, FIXME. -sub foo : Local { - my ($self, $c) = @_; - $c->res->body('foo'); -} - __PACKAGE__->setup; our $MODIFIER_FIRED = 0;