test ALL the tests
[p5sagit/strictures.git] / Makefile.PL
index 3bebaae..7d5ab73 100644 (file)
@@ -1,9 +1,10 @@
+use strict;
+use warnings FATAL => 'all';
 use ExtUtils::MakeMaker;
 
+(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+
 WriteMakefile(
   NAME => 'strictures',
   VERSION_FROM => 'lib/strictures.pm',
-  ABSTRACT_FROM => 'lib/strictures.pm',
-  AUTHOR => do { local (@ARGV) = 'AUTHOR'; <> },
-  LICENSE => 'perl',
 );