]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/commitdiff
Importing Linux-SysInfo-0.03.tar.gz v0.03
authorVincent Pit <vince@profvince.com>
Sun, 29 Jun 2008 16:41:23 +0000 (18:41 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 29 Jun 2008 16:41:23 +0000 (18:41 +0200)
Changes
META.yml
README
lib/Linux/SysInfo.pm

diff --git a/Changes b/Changes
index d2abddc04db4151216488062eff2955b767011ab..65ca78c6320bf52bce99fdad17f388ba84d5f0c4 100644 (file)
--- 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
index 99ca6042835dc2b1a9eaa581ca6679d6c04639af..8d262a325eab4c8188d20fc0d098d92ab67b0bdb 100644 (file)
--- 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 185d16cce0be6e23b03c807a58c7a01a07da0471..8bca0c2b27ce9cc05f8a2f0b6fef90edaffafebd 100644 (file)
--- 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/;
index 0e49377b2a7ab382c3561d4400694d20af537c7e..c1e602dab548d8415093a74b312a32816e9918a3 100644 (file)
@@ -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