X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=blobdiff_plain;f=README;h=7793777536b3bf750699d8d7fbbd9a71b0acef52;hp=85327189c0a5d6e87b14e1b1d30269aa0574b3e4;hb=HEAD;hpb=42a93674d5f3572e7d87e2cfd5fe809a9e1f6f76 diff --git a/README b/README index 8532718..7793777 100644 --- a/README +++ b/README @@ -2,10 +2,10 @@ NAME Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call. VERSION - Version 0.12 + Version 0.15 SYNOPSIS - use Linux::SysInfo qw/sysinfo/; + use Linux::SysInfo qw; my $si = sysinfo; print "$_: $si->{$_}\n" for keys %$si; @@ -97,6 +97,9 @@ BINARY COMPATIBILITY DEPENDENCIES perl 5.6. + A C compiler. This module may happen to build with a C++ compiler as + well, but don't rely on it, as no guarantee is made in this regard. + SEE ALSO The sysinfo(2) man page. @@ -124,11 +127,9 @@ SUPPORT perldoc Linux::SysInfo - Tests code coverage report is available at - . - COPYRIGHT & LICENSE - Copyright 2007,2008,2009,2010 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.