From: Vincent Pit Date: Sat, 16 Jun 2012 08:38:34 +0000 (+0200) Subject: Quote version numbers in Makefile.PL X-Git-Tag: v0.11~11 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=5a0082a93fd11e0e6c71f61a82dc0886e246cc0e Quote version numbers in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index bffe160..68d31bc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -84,7 +84,7 @@ WriteMakefile( PL_FILES => {}, @DEFINES, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008003, + MIN_PERL_VERSION => '5.008003', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",