From: Vincent Pit Date: Thu, 22 Aug 2013 20:43:57 +0000 (-0300) Subject: Quote version numbers in Makefile.PL X-Git-Tag: v0.05~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=commitdiff_plain;h=3344497c0f5e0dcc816d8389e74caee883eec156 Quote version numbers in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index b19677d..569fb15 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",