From: Vincent Pit Date: Thu, 22 Aug 2013 20:44:15 +0000 (-0300) Subject: Quote version numbers in Makefile.PL X-Git-Tag: v1.14~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=4772ca43a8a48e0b53dfc5c1cc55dc40a074ed6c Quote version numbers in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 7ad3f1c..bb4a768 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -101,7 +101,7 @@ WriteMakefile( OPTIMIZE => '-g', C => \@C, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.006, + MIN_PERL_VERSION => '5.006', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",