lalala
Sebastian Riedel [Sun, 10 Apr 2005 23:29:25 +0000 (23:29 +0000)]
Makefile.PL

index 09919da..19a7805 100644 (file)
@@ -23,8 +23,12 @@ WriteMakefile(
     }
 );
 
-print( (qw/chansen draven fordmason naughton sri the_jester/)[ int( rand(6) ) ],
-    " is the greatest and gabb is drunk again!\n" );
+print( '*' x 80, "\n" );
+print( (qw/draven fordmason naughton sri the_jester/)[ int( rand(5) ) ],
+    " is the greatest,\n" );
+print "chansen makes new evil plans to punish us\n";
+print "and gabb is drunk again!\n";
+print( '*' x 80, "\n" );
 
 eval "use mod_perl; use Apache::Request";
 print qq/Install "mod_perl" and "Apache::Request" for Apache support.\n/ if $@;