From: Vincent Pit Date: Thu, 22 Aug 2013 20:42:52 +0000 (-0300) Subject: Quote version numbers in Makefile.PL X-Git-Tag: v1.05~9 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=commitdiff_plain;h=c947d535679a8dd7b95235e6c15b6308d648ee03 Quote version numbers in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 5bf2a11..e6fdc93 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,7 +41,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",