X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLinux%2FSysInfo.pm;h=974664672e6412c302a3aa9fdb54f8d8551b2ba9;hb=aeb4782b4d78bdce2873eef541f5759dd9dcae42;hp=8b7eb0e694414e834ea1aed1a8e1476cbadef2ee;hpb=0010ec75da61adecfb655901837909d90404c94c;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index 8b7eb0e..9746646 100644 --- a/lib/Linux/SysInfo.pm +++ b/lib/Linux/SysInfo.pm @@ -9,11 +9,11 @@ Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call. =head1 VERSION -Version 0.01 +Version 0.04 =cut -our $VERSION = '0.01'; +our $VERSION = '0.04'; =head1 SYNOPSIS @@ -112,6 +112,12 @@ Memory unit size in bytes. This constant is set to 1 if your kernel supports the three extended fields C, C and C ; and to 0 otherwise. +=head1 BINARY COMPATIBILITY + +If you upgrade your kernel to a greater version than 2.3.23 on i386 or 2.3.48 on any other platform, you will need to rebuild the module to access the extended fields. + +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 SEE ALSO The C man page.