Fix config parsing for WrapCGI
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin.pm
CommitLineData
21a20b7e 1package TestCGIBin;
2
3use Catalyst;
4
5__PACKAGE__->setup;
6
71;