X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=blobdiff_plain;f=Makefile.PL;h=0dc20df75d47ae8744003dce424a2d6b25db3b31;hp=545d94c1d5a901fdffec437fab4aefd1dfc8f3e2;hb=fc031038ff0468119d3e005df628dbc24e79d459;hpb=75d993342d0006697b107a33484611bd183146de 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' }, );