recursive testing, fixup prereqs
Matt S Trout [Mon, 14 Feb 2011 21:34:39 +0000 (21:34 +0000)]
Makefile.PL

index 545d94c..0dc20df 100644 (file)
@@ -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' },
 );