]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/commitdiff
Quote version numbers in Makefile.PL
authorVincent Pit <vince@profvince.com>
Thu, 22 Aug 2013 20:46:13 +0000 (17:46 -0300)
committerVincent Pit <vince@profvince.com>
Thu, 22 Aug 2013 20:46:13 +0000 (17:46 -0300)
Makefile.PL

index 5633ef6800560d517b6d909d6eed1437ec002284..2772d9d63636d65a6f95a970a16b8e85df0b1d4c 100644 (file)
@@ -41,7 +41,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",