]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/blobdiff - Makefile.PL
Quote version numbers in Makefile.PL
[perl/modules/Linux-SysInfo.git] / 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",