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=3d0d552fb6298f51b2cdae8d559ee1c17b461d74;hp=5b4b8c122d19ec96da103cbb592c89a8384e5f99;hb=2c64bc24ad4b80b5827de92c2338330b9ca42488;hpb=d72549368e002e56727fbe74ad0a13d6dff6ce6c 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;