C::C::CGIBin - new release
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBinRoot.pm
1 package TestCGIBinRoot;
2
3 use Catalyst::Runtime '5.70';
4 use parent 'Catalyst';
5
6 __PACKAGE__->setup(qw/Static::Simple/);
7
8 1;