X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=9e6ffd687273b277a4b683db47396e4f8048d74b;hb=2bb07e3d56530a3d96f3b1dcfa3ee52cec5c114c;hp=47fe5f467aef3995cf1175cab0176854e160cf12;hpb=0010ec75da61adecfb655901837909d90404c94c;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/README b/README index 47fe5f4..9e6ffd6 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call. VERSION - Version 0.01 + Version 0.08 SYNOPSIS use Linux::SysInfo qw/sysinfo/; @@ -72,6 +72,15 @@ CONSTANTS This constant is set to 1 if your kernel supports the three extended fields "totalhigh", "freehigh" and "mem_unit" ; and to 0 otherwise. +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. + SEE ALSO The sysinfo(2) man page. @@ -85,6 +94,8 @@ SEE ALSO AUTHOR Vincent Pit, "" + You can contact me by mail or on #perl @ FreeNode (Prof_Vince). + BUGS Please report any bugs or feature requests to "bug-linux-sysinfo at rt.cpan.org", or through the web interface at