X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLinux%2FSysInfo.pm;h=c29a767a1005141d2aa06eb8e35a867890bd2b87;hb=HEAD;hp=9471da157403063ceb32bc29b40bf9c00972e67d;hpb=27ba28e4fc567151a06264c50b443f1c12eb76f4;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index 9471da1..c29a767 100644 --- a/lib/Linux/SysInfo.pm +++ b/lib/Linux/SysInfo.pm @@ -11,13 +11,13 @@ Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call. =head1 VERSION -Version 0.13 +Version 0.15 =cut our $VERSION; BEGIN { - $VERSION = '0.13'; + $VERSION = '0.15'; } =head1 SYNOPSIS @@ -193,11 +193,9 @@ 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,2008,2009,2010,2013 Vincent Pit, all rights reserved. +Copyright 2007,2008,2009,2010,2013,2017 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.