Split test out into a more proper app, so that the test no longer relies on the metac...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppNonMooseController / Controller / Foo.pm
1 package TestAppNonMooseController::Controller::Foo;
2 use base qw/TestAppNonMooseController::ControllerBase/;
3
4 1;
5