]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/commitdiff
Perl 5.6 is required
authorVincent Pit <vince@profvince.com>
Tue, 10 Mar 2009 16:04:20 +0000 (17:04 +0100)
committerVincent Pit <vince@profvince.com>
Tue, 10 Mar 2009 16:04:20 +0000 (17:04 +0100)
Makefile.PL
lib/Linux/SysInfo.pm

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',
index 4403703beab592436b39ca70d56ce2ff90daecc3..fdcec666b2aaa0e9d94601822638c15560c280cf 100644 (file)
@@ -157,6 +157,10 @@ If you upgrade your kernel to a greater version than 2.3.23 on i386 or 2.3.48 on
 
 Moreover, since the perl hash function has changed after the 5.6 version, you will also need to recompile the module if you upgrade your perl from a version earlier than 5.6.
 
+=head1 DEPENDENCIES
+
+L<perl> 5.6.
+
 =head1 SEE ALSO
 
 The C<sysinfo(2)> man page.