From: Vincent Pit Date: Thu, 22 Aug 2013 20:47:23 +0000 (-0300) Subject: Quote version numbers in Makefile.PL X-Git-Tag: v0.17~12 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=commitdiff_plain;h=1c8990bbb16597a15918c75806e440b82c07cb0d Quote version numbers in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 6d7910a..62e322c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -67,7 +67,7 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008, + MIN_PERL_VERSION => '5.008', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",