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