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