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