since _context is a weak ref it can go out of scope before all the errors are finishe...
[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