]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/blobdiff - Makefile.PL
Perl 5.6 is required
[perl/modules/Linux-SysInfo.git] / Makefile.PL
index 24a9166ec5259710635ccc0d65d73cc8d25257cd..f6d5a8d09d1b1109a2fe00b72282ba208fb74f70 100644 (file)
@@ -1,3 +1,5 @@
+use 5.006;
+
 use strict;
 use warnings;
 use ExtUtils::MakeMaker;
@@ -33,7 +35,7 @@ WriteMakefile(
         'Exporter' => 0,
         'XSLoader' => 0,
     },
-    MIN_PERL_VERSION => 5.005,
+    MIN_PERL_VERSION => 5.006,
     META_MERGE       => \%META,
     dist             => {
         PREOP    => 'pod2text lib/Linux/SysInfo.pm > $(DISTVNAME)/README',