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

index f2375ac20d96e6500d3c0542b3be20ef9b77a6ba..4e4827e4dfcf175b142d4e99ab1d9b2123c67a47 100644 (file)
@@ -51,7 +51,7 @@ WriteMakefile(
  ABSTRACT_FROM    => $file,
  PL_FILES         => {},
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.006,
+ MIN_PERL_VERSION => '5.006',
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",