Document the action config here, as people don't seem to find it and this may help..
[catagits/Catalyst-Runtime.git] / t / lib / TestAppNonMooseController.pm
CommitLineData
c68a3c90 1package TestAppNonMooseController;
2use base qw/Catalyst/;
3use Catalyst;
4
5__PACKAGE__->setup;
6
71;
8