Finished first version of WrapCGI dist
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestPlugin / Controller / CGIHandler.pm
1 package TestPlugin::Controller::CGIHandler;
2
3 use parent 'Catalyst::Controller::WrapCGI';
4
5 1;