From: Matt S Trout Date: Mon, 14 Feb 2011 21:34:39 +0000 (+0000) Subject: recursive testing, fixup prereqs X-Git-Tag: release_0.009004~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=fc031038ff0468119d3e005df628dbc24e79d459 recursive testing, fixup prereqs --- 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' }, );