From: Vincent Pit Date: Thu, 22 Aug 2013 20:43:13 +0000 (-0300) Subject: Quote version numbers in Makefile.PL X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Nary.git;a=commitdiff_plain;h=960e6e080cdaf7460eca27b5545f616edaf0ef1f Quote version numbers in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index a4b3652..c5e292f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -43,7 +43,7 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008001, + MIN_PERL_VERSION => '5.008001', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",