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

index ee90199e9151f4beaad9418999e55c38039e02bc..2d75598fa0a357a232db234ceea82d030062e373 100644 (file)
@@ -44,7 +44,7 @@ WriteMakefile(
  ABSTRACT_FROM    => $file,
  PL_FILES         => {},
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008001,
+ MIN_PERL_VERSION => '5.008001',
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text $file > \$(DISTVNAME)/README",