Chop out that crap, not needed
[catagits/Catalyst-Runtime.git] / 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;