X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLinux%2FSysInfo.pm;h=1b2f89ce93c3cb564c39bd74b9b508c75ceed840;hb=42a93674d5f3572e7d87e2cfd5fe809a9e1f6f76;hp=fdcec666b2aaa0e9d94601822638c15560c280cf;hpb=624a07ec0df20496fd4254857c063bf0fa56ecf7;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index fdcec66..1b2f89c 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.12 =cut our $VERSION; BEGIN { - $VERSION = '0.10'; + $VERSION = '0.12'; } =head1 SYNOPSIS @@ -188,9 +188,11 @@ 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. +Copyright 2007,2008,2009,2010 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.