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
CommitLineData
c68a3c90 1package TestAppNonMooseController::Controller::Foo;
2use base qw/TestAppNonMooseController::ControllerBase/;
3
41;
5