More TODO notes
[catagits/Catalyst-Runtime.git] / t / lib / TestAppCustomContainerNoSugar / View / MyView.pm
1 package TestAppCustomContainerNoSugar::View::MyView;
2 use Moose;
3 extends 'Catalyst::View';
4
5 __PACKAGE__->meta->make_immutable;
6
7 no Moose;
8 1;