Adding the files you need for the tests you've committed helps them pass, idiot :)
[catagits/Catalyst-Runtime.git] / t / lib / TestAppNonMooseController.pm
1 package TestAppNonMooseController;
2 use base qw/Catalyst/;
3 use Catalyst;
4
5 __PACKAGE__->setup;
6
7 1;
8