X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=blobdiff_plain;f=Makefile.PL;h=dd4131ce5ea58ec99e451b6ce18ab8055c5d82e6;hp=564442742ee81f31fcfeefb98443bebdd4883ab8;hb=eddec620742a70c0e17554b3281c63e430543816;hpb=de16a67b84979f039b49182d93412503f15fd2f6 diff --git a/Makefile.PL b/Makefile.PL index 5644427..dd4131c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,12 +12,12 @@ my %META = ( test => { requires => { 'Test::More' => 0.94, - 'strictures' => 1, }, }, runtime => { requires => { 'Moo' => '0.009006', + 'strictures' => 1, 'perl' => 5.008, }, }, @@ -38,6 +38,7 @@ my %META = ( directory => [ 't', 'xt' ] }, x_authority => 'cpan:MSTROUT', + dynamic_config => 0, ); my %MM_ARGS = (