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