]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
Quote version numbers in Makefile.PL
authorVincent Pit <vince@profvince.com>
Sat, 16 Jun 2012 08:38:34 +0000 (10:38 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 16 Jun 2012 08:38:34 +0000 (10:38 +0200)
Makefile.PL

index bffe16092a728a29a3f3c75fe277cad49171ed5e..68d31bc19e87f7a5613e4d44efff6b7fc98696a7 100644 (file)
@@ -84,7 +84,7 @@ WriteMakefile(
  PL_FILES         => {},
  @DEFINES,
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008003,
+ MIN_PERL_VERSION => '5.008003',
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",