More actions moved to root controllers.
[catagits/Catalyst-Runtime.git] / t / lib / TestAppPluginWithConstructor.pm
index 36d8e16..5b4b8c1 100644 (file)
@@ -6,11 +6,6 @@ use Catalyst qw/+TestPluginWithConstructor/;
 use Moose;
 BEGIN { extends qw/Catalyst Catalyst::Controller/ } # Ewww, FIXME.
 
-sub foo : Local {
-    my ($self, $c) = @_;
-    $c->res->body('foo');
-}
-
 __PACKAGE__->setup;
 our $MODIFIER_FIRED = 0;