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=93f7dcd834ec7f84774fe78b7d50390f58dd4902;hb=ea0e58d9d85d93bf94c3ffa6b4d7b71b200bbdf1;hpb=fa32ac82eacd5c38b4b4dda10c472901a59c72fe diff --git a/Makefile.PL b/Makefile.PL index 93f7dcd..8a7218e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -29,6 +29,7 @@ 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, @@ -41,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!";