X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=blobdiff_plain;f=Makefile.PL;h=b24d5becd96080f3b82badfa87e3f144335db2c0;hp=dd4131ce5ea58ec99e451b6ce18ab8055c5d82e6;hb=HEAD;hpb=dcf603b40021283bef0af1231674d29779039297 diff --git a/Makefile.PL b/Makefile.PL index dd4131c..b24d5be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,7 +47,7 @@ my %MM_ARGS = ( ## 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;