X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=e686e81b184bf91a5673b43ca7635f8380a26d47;hp=902af0db00100fa72eb0ac75747085e5267ab734;hb=8c4733def4b12c474bcbad45a26a69cb17dfaa70;hpb=2c4bd9225b40f6f4602a31f6f1775e849f119345 diff --git a/Makefile.PL b/Makefile.PL index 902af0d..e686e81 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,7 +25,6 @@ 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'; @@ -42,7 +41,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!";