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

index 8a8f928bd11a23e3886ed53da0d629cc2207af2a..86d3e76f4629859183f6065771bbcd16fd52e13a 100644 (file)
@@ -65,7 +65,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",