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

index a4b3652675deb8f1d31ecb029e88e5e23e2ef3e0..c5e292ffab9cb982947cb5d13f85292bd20742f2 100644 (file)
@@ -43,7 +43,7 @@ WriteMakefile(
  ABSTRACT_FROM    => $file,
  PL_FILES         => {},
  PREREQ_PM        => \%PREREQ_PM,
  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 -u $file > \$(DISTVNAME)/README",
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",