]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - Makefile.PL
Quote version numbers in Makefile.PL
[perl/modules/Test-Valgrind.git] / 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",