Replace bizarre split and join (that warns on undef values) with a simple regex
[catagits/Catalyst-Runtime.git] / t / lib / TestAppNonMooseController / ControllerBase.pm
1 package TestAppNonMooseController::ControllerBase;
2 use base qw/Catalyst::Controller/;
3
4 1;
5