WrapCGI: fix for 5.8
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin.pm
CommitLineData
21a20b7e 1package TestCGIBin;
2
12d29ebf 3use Catalyst::Runtime '5.70';
4use parent 'Catalyst';
21a20b7e 5
6__PACKAGE__->setup;
7
81;