X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=0d8bdf7ff103360713d6701ead7276a4da07d0ea;hb=480f3a1c0fd7dc5b5a6e5592cba8925b0b08b9e6;hp=40c977db9e6e719413b3eff80a9cdb928d910ef0;hpb=497732c2500bd6d28a24f656518536b2a0870334;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 40c977d..0d8bdf7 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.03, + 'HTTP::Body' => 0.4, 'HTTP::Headers' => 1.59, 'HTTP::Request' => 0, 'HTTP::Response' => 0, @@ -46,16 +46,13 @@ my $build = Module::Build->new( $build->create_build_script; print( '*' x 80, "\n" ); - my $banner = (qw/andyg chansen draven fordmason mst naughton sri jester/)[ int( rand(8) ) ] . " is the greatest and gabb is " . ( (localtime)[2] > 12 ? "drunk" : "hung over" ) - . " again! :)"; -$banner = sprintf '%-76s', $banner; -print "* $banner *\n"; - -print( '*' x 80, "\n\n" ); + . " again!"; +print " $banner \n"; +print( '*' x 80, "\n" ); print <<'EOF'; @@ -64,24 +61,24 @@ print <<'EOF'; | | / _` | __/ _` | | | | / __| __| | |__| (_| | || (_| | | |_| \__ \ |_ \____\__ _|\__\__ _|_|\__ |___/\__| - |___/ 5.5 + |___/ carpe diem! EOF eval "use FCGI"; if ($@) { - print qq/Install "FCGI" for FastCGI support.\n/; + print qq/ Install "FCGI" for FastCGI support.\n/; } else { eval "use FCGI::ProcManager"; print -qq/Install "FCGI::ProcManager" for multiprocess FastCGI external support.\n/ +qq/ Install "FCGI::ProcManager" for multiprocess FastCGI external support.\n/ if ($@); } print <<"EOF"; -Important: - The Apache engines have been moved to a separate package in Catalyst 5.5. - Please install Catalyst::Engine::Apache if you need Apache support. + Important: + The Apache engines have been moved to a separate package in Catalyst 5.5. + Please install Catalyst::Engine::Apache if you need Apache support. EOF