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=8aa7afa711a8c0b85a02a454d787abcd0e6368c5;hb=HEAD;hpb=5810ae934436a207d019233e64ec9eb6822f1c6f diff --git a/Makefile.PL b/Makefile.PL index 8aa7afa..b24d5be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -38,6 +38,7 @@ my %META = ( directory => [ 't', 'xt' ] }, x_authority => 'cpan:MSTROUT', + dynamic_config => 0, ); my %MM_ARGS = ( @@ -46,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;