X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=50820394b914795a89e84a8c4ccec61a8159dac3;hb=c30be672ee83e4d17cbb6b1c5941b31400345650;hp=1d3264d33a07ce55099e98d9399e225f859fb290;hpb=89546294537c1453e324c14d987ef92268d92f42;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 1d3264d..5082039 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.4, + 'HTTP::Body' => 0.5, '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,12 @@ my $build = Module::Build->new( 'Tree::Simple::Visitor::FindByPath' => 0, 'URI' => 1.35, }, - recommends => - { 'Catalyst::Engine::Apache' => '1.00', FCGI => 0, 'FCGI::ProcManager' => 0 }, + recommends => { + 'Catalyst::Engine::Apache' => '1.00', + FCGI => 0, + 'FCGI::ProcManager' => 0, + PAR => 0 + }, create_makefile_pl => 'passthrough', create_readme => 1, script_files => [ glob('script/*') ], @@ -75,6 +80,8 @@ else { qq/ Install "FCGI::ProcManager" for multiprocess FastCGI external support.\n/ if ($@); } +eval "use PAR ()"; +print qq/ Install "PAR" for PAR packaging support.\n/ if $@; print <<"EOF";