X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestAppPluginWithConstructor.pm;h=3d0d552fb6298f51b2cdae8d559ee1c17b461d74;hb=9c1fc6d6a8c4701fa842fa5229c99d103aee1afa;hp=5b4b8c122d19ec96da103cbb592c89a8384e5f99;hpb=9d04b6857491ce04e79cf93bdd45727e052ad6e6;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestAppPluginWithConstructor.pm b/t/lib/TestAppPluginWithConstructor.pm index 5b4b8c1..3d0d552 100644 --- a/t/lib/TestAppPluginWithConstructor.pm +++ b/t/lib/TestAppPluginWithConstructor.pm @@ -4,7 +4,7 @@ use Test::More; use Test::Exception; use Catalyst qw/+TestPluginWithConstructor/; use Moose; -BEGIN { extends qw/Catalyst Catalyst::Controller/ } # Ewww, FIXME. +extends qw/Catalyst/; __PACKAGE__->setup; our $MODIFIER_FIRED = 0;