Essential changes to Makefile.PL
Matt S Trout [Fri, 26 May 2006 17:30:39 +0000 (17:30 +0000)]
Makefile.PL

index 93f7dcd..e686e81 100644 (file)
@@ -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!";