X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=blobdiff_plain;f=lib%2FLinux%2FSysInfo.pm;h=0e49377b2a7ab382c3561d4400694d20af537c7e;hp=8b7eb0e694414e834ea1aed1a8e1476cbadef2ee;hb=9f7a4d2110b605b8b74a7b1512b6bf6597ceca1d;hpb=0010ec75da61adecfb655901837909d90404c94c diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index 8b7eb0e..0e49377 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.02 =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; =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.