Much cleaner. The visit class test wasn't actually testing visiting the class, so...
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Immutable.pm
CommitLineData
7bf34248 1package TestApp::Controller::Immutable;
2use Moose;
3BEGIN { extends 'Catalyst::Controller' }
4no Moose;
5__PACKAGE__->meta->make_immutable;