C::C::WrapCGI - PATH_INFO and configurable cgi_dir
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBinRoot.pm
index cea069e..4414cb9 100644 (file)
@@ -3,6 +3,13 @@ package TestCGIBinRoot;
 use Catalyst::Runtime '5.70';
 use parent 'Catalyst';
 
+__PACKAGE__->config({
+    Controller::CGIHandler => {
+        cgi_root_path => 'cgi',
+        cgi_dir => 'cgi'
+    }
+});
+
 __PACKAGE__->setup(qw/Static::Simple/);
 
 1;