From: Vincent Pit Date: Tue, 10 Mar 2009 16:04:20 +0000 (+0100) Subject: Perl 5.6 is required X-Git-Tag: v0.11~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=commitdiff_plain;h=624a07ec0df20496fd4254857c063bf0fa56ecf7;hp=70e504e113b0833d5cbf0e6f4f9659fcbb765d70 Perl 5.6 is required --- diff --git a/Makefile.PL b/Makefile.PL index 24a9166..f6d5a8d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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', diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index 4403703..fdcec66 100644 --- a/lib/Linux/SysInfo.pm +++ b/lib/Linux/SysInfo.pm @@ -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 5.6. + =head1 SEE ALSO The C man page.