Somewhat, but not much more sane. There are still bugs here, but this _should_ fix...
[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;