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

index eeaaba62e1b2425a416f1f0e61ea27ba8b500ab9..5a4c75a0ffc4f777fc158163d068545f142aa6c5 100644 (file)
@@ -44,7 +44,7 @@ WriteMakefile(
  ABSTRACT_FROM    => $file,
  PL_FILES         => {},
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.010,
+ MIN_PERL_VERSION => '5.010',
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",