fixed lighttpd tests
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 241ab37..19c6441 100644 (file)
@@ -14,7 +14,7 @@ requires 'CGI::Simple::Cookie';
 requires 'Data::Dump';
 requires 'File::Modified';
 requires 'HTML::Entities';
-requires 'HTTP::Body'    => '0.5';
+requires 'HTTP::Body'    => '0.6';
 requires 'HTTP::Headers' => '1.64';
 requires 'HTTP::Request';
 requires 'HTTP::Response';
@@ -46,7 +46,7 @@ WriteAll;
 print( '*' x 74, "\n" );
 my $banner =
   (qw/andyg chansen draven fordmason mst naughton sri jester
-      nothingmuch LTjake/)[ int( rand(10) ) ]
+      jrockway ningu nothingmuch LTjake/)[ int( rand(12) ) ]
   . " is the greatest and gabb is "
   . ( (localtime)[2] > 12 ? "drunk" : "hung over" )
   . " again!";