X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6f7be25342ecf1a54fe9a5b24be57eb2d80b191b;hb=7e2a433bb5936a0c72d8144dfdeed59b4abb90c1;hp=3f4bae3ad6647082b302fa0a8f243a6752f48c5d;hpb=a48911904f968b5f66cbcc1bfe3731939f95f338;p=p5sagit%2FModule-Metadata.git diff --git a/Makefile.PL b/Makefile.PL index 3f4bae3..6f7be25 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use strict; use warnings FATAL => 'all'; use ExtUtils::MakeMaker; -(do 'Author.PL' or die $@) unless -f 'META.yml'; +(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( NAME => 'Module::Metadata',