C::C::CGIBin - new release
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBinRoot / Controller / CGIHandler.pm
1 package TestCGIBinRoot::Controller::CGIHandler;
2
3 use parent 'Catalyst::Controller::CGIBin';
4
5 1;