From: Vincent Pit Date: Thu, 22 Aug 2013 20:46:29 +0000 (-0300) Subject: Quote version numbers in Makefile.PL X-Git-Tag: v0.08~9 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=5f2ee0e3f5a05c33fc9e9a907336e0aaefef2905 Quote version numbers in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index ee90199..2d75598 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.008001, + MIN_PERL_VERSION => '5.008001', META_MERGE => \%META, dist => { PREOP => "pod2text $file > \$(DISTVNAME)/README",