X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8a7218eaf41141532dca18b0a40f731d1601402c;hb=71dedf57db8d0813e63bcfc3fc3b60b469cf81a8;hp=7b9a439f33a08784fdf2c3e1c4b8ac0d783da85e;hpb=1e514a515b9b9a740962392fb280cdb11737ff02;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 7b9a439..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,12 +25,11 @@ requires 'NEXT'; requires 'Path::Class' => '0.09'; requires 'Scalar::Util'; requires 'Text::SimpleTable' => '0.03'; -requires 'Test::MockObject'; -requires 'Test::NoWarnings' => '0.082'; 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, @@ -43,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!";