From: Vincent Pit Date: Sun, 29 Jun 2008 16:41:23 +0000 (+0200) Subject: Importing Linux-SysInfo-0.03.tar.gz X-Git-Tag: v0.03^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=commitdiff_plain;h=6459a6c2b2ebbcd7a8be8fce533739ad96b1347b Importing Linux-SysInfo-0.03.tar.gz --- diff --git a/Changes b/Changes index d2abddc..65ca78c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Linux-SysInfo -0.02 2007-04-18 10:18 UTC +0.03 2007-04-18 10:25 UTC + Fix : Load average raw values have to be shifted on a platform dependant way. They are now correctly reported. + Fix : Missing META.yml diff --git a/META.yml b/META.yml index 99ca604..8d262a3 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Linux-SysInfo -version: 0.02 +version: 0.03 abstract: Perl interface to the sysinfo(2) Linux system call. license: ~ generated_by: ExtUtils::MakeMaker version 6.32 diff --git a/README b/README index 185d16c..8bca0c2 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call. VERSION - Version 0.02 + Version 0.03 SYNOPSIS use Linux::SysInfo qw/sysinfo/; diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index 0e49377..c1e602d 100644 --- a/lib/Linux/SysInfo.pm +++ b/lib/Linux/SysInfo.pm @@ -9,11 +9,11 @@ Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call. =head1 VERSION -Version 0.02 +Version 0.03 =cut -our $VERSION = '0.02'; +our $VERSION = '0.03'; =head1 SYNOPSIS