X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0ad31f866ce1a9347c882ca5eef71fada32b7c92;hb=3b3c03b17368138fbf572a21cd1df712cd8a719e;hp=7f477f1037e46b23b4576075804e3746ab77172e;hpb=6f4e1683d466d0123cc7507b29a55b474ddca594;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 7f477f1..0ad31f8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,14 +16,19 @@ WriteMakefile( HTTP::Response => 0, LWP::UserAgent => 0, Module::Pluggable::Fast => 0, + Text::ASCIITable => 0, Tree::Simple => 0, Tree::Simple::Visitor::FindByPath => 0, URI => 0, } ); -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 is punishing 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 $@;