set body io-handle as the PSGI spec requires, and handle the backcompat case
[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