]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/commitdiff
This is 0.14 v0.14
authorVincent Pit <vince@profvince.com>
Sun, 1 Sep 2013 15:20:05 +0000 (17:20 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 1 Sep 2013 15:20:05 +0000 (17:20 +0200)
Changes
MANIFEST
META.json [new file with mode: 0644]
META.yml
README
lib/Linux/SysInfo.pm

diff --git a/Changes b/Changes
index d4cbc967aaf9ddcbd47d831b5101644c8b425711..baf551e5f8c8122c28973b2b43df67f0f0211a41 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Linux-SysInfo
 
+0.14    2013-09-01 15:20 UTC
+        This is a maintenance release. The code contains no functional change.
+        Satisfied users of version 0.13 can skip this update.
+        + Tst : Author tests are no longer bundled with this distribution.
+                They are only made available to authors in the git repository.
+        + Tst : Threads tests will not fail anymore if resources constraints
+                prevent the system from creating all the required threads.
+
 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
index ff91fcd6746da55242de89a4ef097a294603858b..e12c298ed6bf903bb3b20d2f8960992b8980fed1 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,6 @@
 Changes
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README
diff --git a/META.json b/META.json
new file mode 100644 (file)
index 0000000..2bef45b
--- /dev/null
+++ b/META.json
@@ -0,0 +1,60 @@
+{
+   "abstract" : "Perl interface to the sysinfo(2) Linux system call.",
+   "author" : [
+      "Vincent Pit <perl@profvince.com>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "Linux-SysInfo",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Exporter" : "0",
+            "ExtUtils::MakeMaker" : "0",
+            "Test::More" : "0",
+            "XSLoader" : "0",
+            "base" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Exporter" : "0",
+            "XSLoader" : "0",
+            "base" : "0",
+            "perl" : "5.006"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://rt.cpan.org/Dist/Display.html?Name=Linux-SysInfo"
+      },
+      "homepage" : "http://search.cpan.org/dist/Linux-SysInfo/",
+      "license" : [
+         "http://dev.perl.org/licenses/"
+      ],
+      "repository" : {
+         "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FLinux-SysInfo.git"
+      }
+   },
+   "version" : "0.14"
+}
index 511f722644e5ca81a3f6af9d89ec7c2acb048566..3ba15fbf284dba8ffc05f4932fb422b9b86ca88b 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,35 +1,34 @@
---- #YAML:1.0
-name:               Linux-SysInfo
-version:            0.13
-abstract:           Perl interface to the sysinfo(2) Linux system call.
+---
+abstract: 'Perl interface to the sysinfo(2) Linux system call.'
 author:
-    - Vincent Pit <perl@profvince.com>
-license:            perl
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
+  - 'Vincent Pit <perl@profvince.com>'
 build_requires:
-    base:                 0
-    Exporter:             0
-    ExtUtils::MakeMaker:  0
-    Test::More:           0
-    XSLoader:             0
+  Exporter: 0
+  ExtUtils::MakeMaker: 0
+  Test::More: 0
+  XSLoader: 0
+  base: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Linux-SysInfo
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-    base:      0
-    Exporter:  0
-    perl:      5.006
-    XSLoader:  0
+  Exporter: 0
+  XSLoader: 0
+  base: 0
+  perl: 5.006
 resources:
-    bugtracker:  http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Linux-SysInfo
-    homepage:    http://search.cpan.org/dist/Linux-SysInfo/
-    license:     http://dev.perl.org/licenses/
-    repository:  http://git.profvince.com/?p=perl%2Fmodules%2FLinux-SysInfo.git
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.56
-meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
-dynamic_config:     1
+  bugtracker: http://rt.cpan.org/Dist/Display.html?Name=Linux-SysInfo
+  homepage: http://search.cpan.org/dist/Linux-SysInfo/
+  license: http://dev.perl.org/licenses/
+  repository: http://git.profvince.com/?p=perl%2Fmodules%2FLinux-SysInfo.git
+version: 0.14
diff --git a/README b/README
index e158e83866a188a94c115d77c760ee5b1640b113..a01f1c8365a771c7770d16ee92109fc4680d8d82 100644 (file)
--- a/README
+++ b/README
@@ -2,10 +2,10 @@ NAME
     Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call.
 
 VERSION
-    Version 0.13
+    Version 0.14
 
 SYNOPSIS
-        use Linux::SysInfo qw/sysinfo/;
+        use Linux::SysInfo qw<sysinfo>;
 
         my $si = sysinfo;
         print "$_: $si->{$_}\n" for keys %$si;
@@ -97,6 +97,9 @@ BINARY COMPATIBILITY
 DEPENDENCIES
     perl 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.
+
 SEE ALSO
     The sysinfo(2) man page.
 
@@ -128,7 +131,7 @@ SUPPORT
     <http://www.profvince.com/perl/cover/Linux-SysInfo>.
 
 COPYRIGHT & LICENSE
-    Copyright 2007,2008,2009,2010 Vincent Pit, all rights reserved.
+    Copyright 2007,2008,2009,2010,2013 Vincent Pit, all rights reserved.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
index 9471da157403063ceb32bc29b40bf9c00972e67d..6332a946ca7ab4de05f40382c2ff610b587c9fde 100644 (file)
@@ -11,13 +11,13 @@ Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call.
 
 =head1 VERSION
 
-Version 0.13
+Version 0.14
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.13';
+ $VERSION = '0.14';
 }
 
 =head1 SYNOPSIS