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 / ControllerBase.pm
1 package TestAppNonMooseController::ControllerBase;
2 use base qw/Catalyst::Controller/;
3
4 1;
5