]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/commitdiff
This is 0.13 v0.13
authorVincent Pit <vince@profvince.com>
Fri, 5 Mar 2010 22:44:20 +0000 (23:44 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 5 Mar 2010 22:44:20 +0000 (23:44 +0100)
Changes
META.yml
README
lib/Linux/SysInfo.pm

diff --git a/Changes b/Changes
index c159132c34532caffead63fcdcdbc91f7607f7ee..32c6f35a6f354250edac3a97700bd98fe9bbe65d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Linux-SysInfo
 
+0.13    2010-03-05 22:50 UTC
+        + Fix : t/30-threads.t will not be correctly skipped for perls with
+                ithreads but without threads.pm. Thanks David Cantrell for
+                providing access to a machine with such a perl.
+
 0.12    2010-01-07 17:50 UTC
         + Fix : Work around Kwalitee test misfailures.
         + Tst : Test thread safety.
index 0ee0b2cd879d9c5b66e47071404fcf6b9a4038c5..511f722644e5ca81a3f6af9d89ec7c2acb048566 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Linux-SysInfo
-version:            0.12
+version:            0.13
 abstract:           Perl interface to the sysinfo(2) Linux system call.
 author:
     - Vincent Pit <perl@profvince.com>
diff --git a/README b/README
index 85327189c0a5d6e87b14e1b1d30269aa0574b3e4..e158e83866a188a94c115d77c760ee5b1640b113 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.12
+    Version 0.13
 
 SYNOPSIS
         use Linux::SysInfo qw/sysinfo/;
index 1b2f89ce93c3cb564c39bd74b9b508c75ceed840..767238c882427e360160c5adfb652aa1bd953b0b 100644 (file)
@@ -9,13 +9,13 @@ Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call.
 
 =head1 VERSION
 
-Version 0.12
+Version 0.13
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.12';
+ $VERSION = '0.13';
 }
 
 =head1 SYNOPSIS