X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d9d94aa2bbde924d807080dcf6d8e7ed29214a2f;hb=d7953572e6a9bcdb29e0ce8439656c343d1bb328;hp=7f477f1037e46b23b4576075804e3746ab77172e;hpb=6f4e1683d466d0123cc7507b29a55b474ddca594;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 7f477f1..d9d94aa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,14 +16,25 @@ WriteMakefile( HTTP::Response => 0, LWP::UserAgent => 0, Module::Pluggable::Fast => 0, + Template => 0, + Text::ASCIITable => 0, Tree::Simple => 0, Tree::Simple::Visitor::FindByPath => 0, URI => 0, + }, + test => { + TESTS => join ' ', + ( + glob('t/*.t'), glob('t/*/*.t'), + glob('t/*/*/*.t'), glob('t/*/*/*/*.t') + ) } ); +print( '*' x 80, "\n" ); 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" ); eval "use mod_perl; use Apache::Request"; print qq/Install "mod_perl" and "Apache::Request" for Apache support.\n/ if $@;