From: Sebastian Riedel Date: Sun, 10 Apr 2005 23:29:25 +0000 (+0000) Subject: lalala X-Git-Tag: 5.7099_04~1566 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=1ad2fe05c2d80e4b6100099ad07bfa47ac61746e lalala --- diff --git a/Makefile.PL b/Makefile.PL index 09919da..19a7805 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 $@;