X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=blobdiff_plain;f=lib%2FLinux%2FSysInfo.pm;h=1e3aea2e45abecb715d2715d034878e6e1b663bf;hp=3eb7ae7f0552cefb3bc88c2a9a3984179b5e29db;hb=f1e04863f4e8b2e9ed77051f3980a4785b7e4357;hpb=594584219ab6e02bd183a95e74c8d66a73541a25 diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index 3eb7ae7..1e3aea2 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.10 +Version 0.13 =cut our $VERSION; BEGIN { - $VERSION = '0.10'; + $VERSION = '0.13'; } =head1 SYNOPSIS @@ -192,7 +194,7 @@ Tests code coverage report is available at L