require a version of Test::More suitable for note()
[p5sagit/Safe-Isa.git] / Makefile.PL
index dc2b724..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';
 
@@ -27,6 +26,12 @@ my %WriteMakefileArgs = (
             web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Safe-Isa',
         },
       },
+      x_contributors => [ # manually added, from git shortlog -e -s -n
+        'Karen Etheridge <ether@cpan.org>',
+        'Matt S Trout <mst@shadowcat.co.uk>',
+        'Graham Knop <haarg@haarg.org>',
+        'David Steinbrunner <dsteinbrunner@pobox.com>',
+      ],
   },
 
   META_ADD => {
@@ -46,7 +51,7 @@ my %WriteMakefileArgs = (
       },
       test => {
         requires => {
-          'Test::More' => '0',
+          'Test::More' => '0.88',
         },
       },
     },