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
CommitLineData
c68a3c90 1package TestAppNonMooseController::ControllerBase;
2use base qw/Catalyst::Controller/;
3
41;
5