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