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

index b19677daa3cb8671707e9ae24e3aa5728b2403a0..569fb15f8d5409ced63078b270942ca4d25ad1e2 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",