X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=blobdiff_plain;f=t%2Flib%2FTestCGIBinRoot.pm;h=4414cb98b82816b64cd066dd8cab6cf294ec3645;hp=cea069ea7d030d1431668d577b819fa41f46d2bc;hb=f410f043b41cc59d08cb1aa015378888c8fe88b7;hpb=f07403fe54b0b8d92f80bd33c8ac9891d325f80a 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;