add bareword::filehandles and multidimensional
[p5sagit/strictures.git] / Makefile.PL
index 3bebaae..bed4a17 100644 (file)
@@ -1,9 +1,13 @@
+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'; <> },
+  AUTHOR => 'Matt S Trout <mst@shadowcat.co.uk>',
   LICENSE => 'perl',
 );