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

index 5f455a61c118761b1fe9e269e95f99083bd0ddd4..fdeb0b1111f59c85b85756065cb52166cdcbddc5 100644 (file)
@@ -43,7 +43,7 @@ WriteMakefile(
  ABSTRACT_FROM    => $file,
  PL_FILES         => {},
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008,
+ MIN_PERL_VERSION => '5.008',
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",