X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0dc20df75d47ae8744003dce424a2d6b25db3b31;hb=f0ddc273d86f2229d0a20103206ccc7d82078289;hp=545d94c1d5a901fdffec437fab4aefd1dfc8f3e2;hpb=9ce1440eb02f7da582c472c13b976f66ff1465c1;p=catagits%2FHTML-Zoom.git diff --git a/Makefile.PL b/Makefile.PL index 545d94c..0dc20df 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,5 +8,6 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'HTML-Zoom', VERSION_FROM => 'lib/HTML/Zoom.pm', - PREREQ_PM => { strictures => 1 } + PREREQ_PM => { strictures => 1, 'Test::More' => '0.88' }, + test => { TESTS => 't/*.t t/*/*.t' }, );