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