X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLinux%2FSysInfo.pm;h=98f991d6cfb1f11d334cd85b9c86e8d7d0e47081;hb=01cae1ae25699e5619d0daa4670f0c8930b433bf;hp=8b7eb0e694414e834ea1aed1a8e1476cbadef2ee;hpb=0010ec75da61adecfb655901837909d90404c94c;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index 8b7eb0e..98f991d 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.07 =cut -our $VERSION = '0.01'; +our $VERSION = '0.07'; =head1 SYNOPSIS @@ -38,9 +38,9 @@ our @EXPORT_OK = qw/sysinfo LS_HAS_EXTENDED/; our %EXPORT_TAGS = ( 'all' => [ @EXPORT_OK ] ); -require XSLoader; +use XSLoader; -XSLoader::load('Linux::SysInfo', $VERSION); +XSLoader::load 'Linux::SysInfo', $VERSION; =head1 FUNCTIONS @@ -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. @@ -126,6 +132,8 @@ L : Wrapper to the C BSD system call. Vincent Pit, C<< >> +You can contact me by mail or on #perl @ FreeNode (Prof_Vince). + =head1 BUGS Please report any bugs or feature requests to