From: Vincent Pit Date: Thu, 22 Aug 2013 20:42:25 +0000 (-0300) Subject: Quote version numbers in Makefile.PL X-Git-Tag: v0.14~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=commitdiff_plain;h=4d76967ad32b5825df276ea981c657d9f95bce34 Quote version numbers in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index e04d6cc..dddf5ad 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.006, + MIN_PERL_VERSION => '5.006', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",