From: Vincent Pit Date: Mon, 5 Nov 2012 15:39:15 +0000 (-0200) Subject: Quote version numbers in Makefile.PL X-Git-Tag: v0.02~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Context.git;a=commitdiff_plain;h=148e57967c3b117f2744a6d78f5410f82bdd7fc1 Quote version numbers in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index f2386d9..ed31048 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,7 +47,7 @@ WriteMakefile( PL_FILES => {}, BUILD_REQUIRES => \%BUILD_REQUIRES, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.006, + MIN_PERL_VERSION => '5.006', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",