From: Matt S Trout Date: Fri, 26 May 2006 17:30:39 +0000 (+0000) Subject: Essential changes to Makefile.PL X-Git-Tag: 5.7099_04~563 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=8c4733def4b12c474bcbad45a26a69cb17dfaa70 Essential changes to Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 93f7dcd..e686e81 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,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!";