Merge branch 'check_return_of_write_to_psgi_input' of https://github.com/billmoseley...
[catagits/Catalyst-Runtime.git] / t / lib / ScriptTestApp.pm
CommitLineData
aee7cdcc 1package ScriptTestApp;
2use Moose;
3
4extends 'Catalyst';
5
6__PACKAGE__->setup;
71;
8