Clean up test app for the exception test, as we don't want to depend on Test::Class...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppNonMooseController / ControllerBase.pm
1 package TestAppNonMooseController::ControllerBase;
2 use base qw/Catalyst::Controller/;
3
4 1;
5