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