we can reuse the same test app for container with and without sugar
[catagits/Catalyst-Runtime.git] / t / lib / TestAppCustomContainer / Controller / Root.pm
CommitLineData
88cea23c 1package TestAppCustomContainer::Controller::Root;
3ef84846 2use Moose;
3BEGIN { extends 'Catalyst::Controller' }
4
5__PACKAGE__->meta->make_immutable;
6no Moose;
71;