added failing test for specifying cgi_dir with MyApp->path_to
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBinRoot3.pm
1 package TestCGIBinRoot3;
2
3 use Catalyst::Runtime '5.70';
4 use parent 'Catalyst';
5
6 __PACKAGE__->setup(qw/Static::Simple/);
7
8 1;