X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Build.PL;h=50820394b914795a89e84a8c4ccec61a8159dac3;hp=3926b9214d7f9d4a3176d0ac70c5a8b35fc6cf04;hb=8d2fa70c6c45f97e181394e83ca19d0b9009703b;hpb=0f895006548490d5382421201b2f3f2f2406b7c6 diff --git a/Build.PL b/Build.PL index 3926b92..5082039 100644 --- a/Build.PL +++ b/Build.PL @@ -14,7 +14,7 @@ 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, @@ -36,7 +36,8 @@ my $build = Module::Build->new( recommends => { 'Catalyst::Engine::Apache' => '1.00', FCGI => 0, - 'FCGI::ProcManager' => 0 + 'FCGI::ProcManager' => 0, + PAR => 0 }, create_makefile_pl => 'passthrough', create_readme => 1, @@ -79,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";