Fixed situation where a detach($action) from a forward within auto was not breaking...
[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