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 / ControllerBase.pm
1 package TestAppNonMooseController::ControllerBase;
2 use base qw/Catalyst::Controller/;
3
4 1;
5