From: Vincent Pit Date: Thu, 22 Aug 2013 20:47:47 +0000 (-0300) Subject: Quote version numbers in Makefile.PL X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FBit-MorseSignals.git;a=commitdiff_plain;h=414fb089b6694276e8695dd29becb3adb4055fe8 Quote version numbers in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 910581e..fc29957 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.008, + MIN_PERL_VERSION => '5.008', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",