fixup version bump to nuke Makefile, make Makefile.PL use new location of maint include
[p5sagit/Module-Metadata.git] / Makefile.PL
index 3f4bae3..6f7be25 100644 (file)
@@ -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',