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

index 5bf2a11bb3b4837212d61f46a6964653bd236796..e6fdc937e91dbd72703cbfee5f9db1b021695465 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",