X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLinux%2FSysInfo.pm;h=1d5a48aaf5ceffc9a9d65ab88c175a958debf94b;hb=ecf24bbfa76391c0731a62319bb54dcb2c4c7e1b;hp=5c2257f7a9d80b9f041da564c344ecc11778375f;hpb=6510b3e43e5676cf41dbc3298386ed9bc1af79dc;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index 5c2257f..1d5a48a 100644 --- a/lib/Linux/SysInfo.pm +++ b/lib/Linux/SysInfo.pm @@ -1,5 +1,7 @@ package Linux::SysInfo; +use 5.006; + use strict; use warnings; @@ -9,13 +11,13 @@ Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call. =head1 VERSION -Version 0.11 +Version 0.13 =cut our $VERSION; BEGIN { - $VERSION = '0.11'; + $VERSION = '0.13'; } =head1 SYNOPSIS @@ -161,6 +163,9 @@ Moreover, since the perl hash function has changed after the 5.6 version, you wi L 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. + =head1 SEE ALSO The C man page.