X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=8a7218eaf41141532dca18b0a40f731d1601402c;hp=902af0db00100fa72eb0ac75747085e5267ab734;hb=ea0e58d9d85d93bf94c3ffa6b4d7b71b200bbdf1;hpb=2c4bd9225b40f6f4602a31f6f1775e849f119345 diff --git a/Makefile.PL b/Makefile.PL index 902af0d..8a7218e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ requires 'Carp'; requires 'Class::Accessor::Fast'; requires 'Class::Data::Inheritable'; requires 'Class::Inspector' => '1.06'; -requires 'CGI::Cookie'; +requires 'CGI::Simple::Cookie'; requires 'Data::Dump'; requires 'File::Modified'; requires 'HTML::Entities'; @@ -25,11 +25,11 @@ requires 'NEXT'; requires 'Path::Class' => '0.09'; requires 'Scalar::Util'; requires 'Text::SimpleTable' => '0.03'; -requires 'Test::MockObject'; requires 'Time::HiRes'; requires 'Tree::Simple' => '1.15'; requires 'Tree::Simple::Visitor::FindByPath'; requires 'URI' => '1.35'; +requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness feature 'Apache/mod_perl Support', -default => 0, @@ -42,7 +42,8 @@ WriteAll; print( '*' x 80, "\n" ); my $banner = - (qw/andyg chansen draven fordmason mst naughton sri jester/)[ int( rand(8) ) ] + (qw/andyg chansen draven fordmason mst naughton sri jester + nothingmuch LTJake/)[ int( rand(10) ) ] . " is the greatest and gabb is " . ( (localtime)[2] > 12 ? "drunk" : "hung over" ) . " again!";