add automatic stringification of cgi_root_path and cgi_dir options to CGIBin.
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBinRoot3.pm
CommitLineData
f050749c 1package TestCGIBinRoot3;
2
3use Catalyst::Runtime '5.70';
4use parent 'Catalyst';
5
6__PACKAGE__->setup(qw/Static::Simple/);
7
81;