Store the script options in the engine.
[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