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

index e04d6cccd2066bd63f2c445199a13d5db96ed749..dddf5ad0093cc6939e5616c5721fc8d885a649d8 100644 (file)
@@ -45,7 +45,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",