X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=3926b9214d7f9d4a3176d0ac70c5a8b35fc6cf04;hb=0f895006548490d5382421201b2f3f2f2406b7c6;hp=6184fae3e8de3d8164fe255ad9823ee638abceaf;hpb=980812ffcd15d41b2b2ac600bd81a81cde6c97ce;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 6184fae..3926b92 100644 --- a/Build.PL +++ b/Build.PL @@ -14,10 +14,11 @@ my $build = Module::Build->new( 'CGI::Cookie' => 0, 'File::Modified' => 0, 'HTML::Entities' => 0, - 'HTTP::Body' => 0.03, + 'HTTP::Body' => 0.4, 'HTTP::Headers' => 1.59, 'HTTP::Request' => 0, 'HTTP::Response' => 0, + 'HTTP::Request::AsCGI' => 0, 'LWP::UserAgent' => 0, 'MIME::Types' => 0, 'Module::Pluggable::Fast' => 0.16, @@ -32,8 +33,11 @@ my $build = Module::Build->new( 'Tree::Simple::Visitor::FindByPath' => 0, 'URI' => 1.35, }, - recommends => - { 'Catalyst::Engine::Apache' => 0, FCGI => 0, 'FCGI::ProcManager' => 0 }, + recommends => { + 'Catalyst::Engine::Apache' => '1.00', + FCGI => 0, + 'FCGI::ProcManager' => 0 + }, create_makefile_pl => 'passthrough', create_readme => 1, script_files => [ glob('script/*') ],