add Test::More as a prereq to Makefile.PL
authorDominic Hargreaves <dom@earth.li>
Wed, 9 May 2012 18:09:18 +0000 (19:09 +0100)
committerTony Cook <tony@develop-help.com>
Mon, 2 Jul 2012 08:46:45 +0000 (18:46 +1000)
dist/IO/Makefile.PL

index 2159f43..70ffe12 100644 (file)
@@ -33,6 +33,9 @@ WriteMakefile(
   OBJECT       => '$(O_FILES)',
   ABSTRACT     => 'Perl core IO modules',
   AUTHOR       => 'Graham Barr <gbarr@cpan.org>',
+  PREREQ_PM    => {
+    'Test::More' => 0,
+  },
   ( $PERL_CORE
     ? ()
     : (