X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLinux%2FSysInfo.pm;h=0335835f4b53376270ce5eef24561075a604b480;hb=7cc9831c8d8d6f3dee5a53b394d08775282df1d4;hp=4403703beab592436b39ca70d56ce2ff90daecc3;hpb=63cd6bf969c8c64f88c85eec6accc122da248420;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index 4403703..0335835 100644 --- a/lib/Linux/SysInfo.pm +++ b/lib/Linux/SysInfo.pm @@ -9,13 +9,13 @@ Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call. =head1 VERSION -Version 0.10 +Version 0.11 =cut our $VERSION; BEGIN { - $VERSION = '0.10'; + $VERSION = '0.11'; } =head1 SYNOPSIS @@ -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. @@ -184,6 +188,8 @@ You can find documentation for this module with the perldoc command. perldoc Linux::SysInfo +Tests code coverage report is available at L. + =head1 COPYRIGHT & LICENSE Copyright 2007-2009 Vincent Pit, all rights reserved.