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