]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/blobdiff - lib/Linux/SysInfo.pm
This is 0.11
[perl/modules/Linux-SysInfo.git] / lib / Linux / SysInfo.pm
index fdcec666b2aaa0e9d94601822638c15560c280cf..0335835f4b53376270ce5eef24561075a604b480 100644 (file)
@@ -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
@@ -188,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<http://www.profvince.com/perl/cover/Linux-SysInfo>.
+
 =head1 COPYRIGHT & LICENSE
 
 Copyright 2007-2009 Vincent Pit, all rights reserved.