From: Tomas Doran Date: Sun, 22 Nov 2009 12:57:30 +0000 (+0000) Subject: Chop out that crap, not needed X-Git-Tag: 5.80014_01~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=2c64bc24ad4b80b5827de92c2338330b9ca42488 Chop out that crap, not needed --- 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;