From: Vincent Pit Date: Thu, 22 Aug 2013 20:44:37 +0000 (-0300) Subject: Quote version numbers in Makefile.PL X-Git-Tag: rt92118~9 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=1d575a50c1fb4c1caef29b609720b0781a231344 Quote version numbers in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 665168c..9114d74 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -48,7 +48,7 @@ WriteMakefile( PL_FILES => {}, @DEFINES, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.010, + MIN_PERL_VERSION => '5.010', META_MERGE => \%META, dist => { PREOP => 'pod2text -u Plugin.pod > $(DISTVNAME)/README',