since _context is a weak ref it can go out of scope before all the errors are finishe...
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Immutable.pm
1 package TestApp::Controller::Immutable;
2 use Moose;
3 BEGIN { extends 'Catalyst::Controller' }
4 no Moose;
5 __PACKAGE__->meta->make_immutable;