From: Vincent Pit Date: Thu, 22 Aug 2013 20:45:22 +0000 (-0300) Subject: Quote version numbers in Makefile.PL X-Git-Tag: v0.03~11 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fwith.git;a=commitdiff_plain;h=4f38d9bf7a6e01d2b6ffb500ea71171fc3c3d7f2 Quote version numbers in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 298c190..02cb44e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -45,7 +45,7 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.009004, + MIN_PERL_VERSION => '5.009004', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",