Adding the files you need for the tests you've committed helps them pass, idiot :)
[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