X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=blobdiff_plain;f=README;fp=README;h=a01f1c8365a771c7770d16ee92109fc4680d8d82;hp=e158e83866a188a94c115d77c760ee5b1640b113;hb=171099abd058a217d30a7b7f4e4a9625de8094cd;hpb=27ba28e4fc567151a06264c50b443f1c12eb76f4 diff --git a/README b/README index e158e83..a01f1c8 100644 --- a/README +++ b/README @@ -2,10 +2,10 @@ NAME Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call. VERSION - Version 0.13 + Version 0.14 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. @@ -128,7 +131,7 @@ SUPPORT . COPYRIGHT & LICENSE - Copyright 2007,2008,2009,2010 Vincent Pit, all rights reserved. + Copyright 2007,2008,2009,2010,2013 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.