Chop out that crap, not needed
Tomas Doran [Sun, 22 Nov 2009 12:57:30 +0000 (12:57 +0000)]
t/lib/TestAppPluginWithConstructor.pm

index 5b4b8c1..3d0d552 100644 (file)
@@ -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;