merged the encoding plugin to Catalyst.p,
[catagits/Catalyst-Runtime.git] / t / lib / TestAppNonMooseController / ControllerBase.pm
1 package TestAppNonMooseController::ControllerBase;
2 use base qw/Catalyst::Controller/;
3
4 1;
5