X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FJSON-Diffable.git;a=blobdiff_plain;f=Makefile.PL;h=3a4b73fcc03901e1a4f3ecbc78c325ee88d99301;hp=a565faced6b63100086c5c271393660dd4e20af1;hb=86a599f2e7ee67801cde6d7f33493cc80294af8d;hpb=dd119b746453fe2f3af7c89389ad8118fc98d32a diff --git a/Makefile.PL b/Makefile.PL index a565fac..3a4b73f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,8 +1,9 @@ use strict; -use warnings; - +use warnings FATAL => 'all'; use ExtUtils::MakeMaker; +(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; + my %build_requires = ( 'Test::More' => 0.98, ); @@ -36,5 +37,4 @@ WriteMakefile( ) ), ($mymeta && !$mymeta_works ? (NO_MYMETA => 1) : ()), - LICENSE => 'perl', -);; +);