X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=4efd997ebec82a6d3b93b6c9d367912a604dc05e;hp=e62347b13fed9b255d3d66d1dddd31c9475c1a5a;hb=6457c6f4b93323101e89134fcc54b06cece7d4bd;hpb=caf20b647fe3598165760d19b4feec0c7712d914 diff --git a/Makefile.PL b/Makefile.PL index e62347b..4efd997 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -76,7 +76,7 @@ pure_site_install :: ## BOILERPLATE ############################################################### require ExtUtils::MakeMaker; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; # have to do this since old EUMM dev releases miss the eval $VERSION line my $eumm_version = eval $ExtUtils::MakeMaker::VERSION;