]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Quote version numbers in Makefile.PL
authorVincent Pit <vince@profvince.com>
Thu, 22 Aug 2013 20:44:15 +0000 (17:44 -0300)
committerVincent Pit <vince@profvince.com>
Thu, 22 Aug 2013 20:44:15 +0000 (17:44 -0300)
Makefile.PL

index 7ad3f1c0ab5816e021af39ab0c725e6b38f0d3d7..bb4a768f349e9d776b5eeaeeb9dc1938f2891b06 100644 (file)
@@ -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",