Move test to make more sense in my idea of the naming scheme - t/dead_ is for tests...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppNonMooseController / ControllerBase.pm
CommitLineData
c68a3c90 1package TestAppNonMooseController::ControllerBase;
2use base qw/Catalyst::Controller/;
3
41;
5