added failing test for specifying cgi_dir with MyApp->path_to
[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;