X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=bed4a17e2f7906b1f1a454869dd8f25b1d1d27c6;hb=653f4377298cd61f33731000401bb5511faf71e3;hp=3bebaae1e94d05495f001c0cae94ff27fa46e359;hpb=394c3a465392be170c22d19d05bb76ad4618007f;p=p5sagit%2Fstrictures.git diff --git a/Makefile.PL b/Makefile.PL index 3bebaae..bed4a17 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 ', LICENSE => 'perl', );