instead of using MI, compose a role which brings in the same Inheritable behaviour
[catagits/Catalyst-Runtime.git] / t / lib / ScriptTestApp.pm
1 package ScriptTestApp;
2 use Moose;
3
4 extends 'Catalyst';
5
6 __PACKAGE__->setup;
7 1;
8