require a version of Test::More suitable for note()
[p5sagit/Safe-Isa.git] / Makefile.PL
index 09ac955..465bdc1 100644 (file)
@@ -1,6 +1,5 @@
 use strict;
 use warnings FATAL => 'all';
-use 5.008001;
 use ExtUtils::MakeMaker;
 (do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
@@ -52,7 +51,7 @@ my %WriteMakefileArgs = (
       },
       test => {
         requires => {
-          'Test::More' => '0',
+          'Test::More' => '0.88',
         },
       },
     },