X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestCGIBinRoot.pm;h=4414cb98b82816b64cd066dd8cab6cf294ec3645;hb=f410f043b41cc59d08cb1aa015378888c8fe88b7;hp=cea069ea7d030d1431668d577b819fa41f46d2bc;hpb=9cd473644d9076cfc98c97e72731d5492e9ff7e2;p=catagits%2FCatalyst-Controller-WrapCGI.git diff --git a/t/lib/TestCGIBinRoot.pm b/t/lib/TestCGIBinRoot.pm index cea069e..4414cb9 100644 --- a/t/lib/TestCGIBinRoot.pm +++ b/t/lib/TestCGIBinRoot.pm @@ -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;