X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=blobdiff_plain;f=Makefile.PL;h=069e38f49a580ae89ef5fc8f3d7e55f8d08dea87;hp=1be6a003f39b4d2708ed17c94b668fa2450c7b3f;hb=b899a91f469e345f6726de9e894b92f5dcbaad35;hpb=24180d41128909c1a812383cc616ece9b88072dd diff --git a/Makefile.PL b/Makefile.PL index 1be6a00..069e38f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,7 +46,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;