New Upstream Snapshot - libchild-perl

Ready changes

Summary

Merged new upstream version: 0.013+git20160622.1.d60708f (was: 0.013).

Resulting package

Built on 2023-01-19T11:40 (took 4m50s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots libchild-perl

Lintian Result

Diff

diff --git a/Changes b/Changes
index b6a15ed..66652dc 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
-0.013     2016-06-22 08:21:12-07:00 America/Los_Angeles
+0.013     2023-01-19 11:38:30+00:00 UTC
 
-    - Fix Windows (schwern)
+0.013     2016-06-22 08:21:12-07:00 America/Los_Angeles
+    - Fix crashing on Windows when Perl is <= 5.20 while inside a
+      Capture::Tiny block. This was causing t/die.t to fail. (schwern)
 
 0.012     2015-06-29 22:50:18-07:00 America/Los_Angeles
     - Switch to Dist::Zilla
diff --git a/LICENSE b/LICENSE
index 9baddef..a55e02a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is copyright (c) 2016 by Chad Granum.
+This software is copyright (c) 2023 by Chad Granum.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2016 by Chad Granum.
+This software is Copyright (c) 2023 by Chad Granum.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@ That's all there is to it!
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2016 by Chad Granum.
+This software is Copyright (c) 2023 by Chad Granum.
 
 This is free software, licensed under:
 
@@ -292,21 +292,21 @@ Definitions:
 
   - "Package" refers to the collection of files distributed by the Copyright
     Holder, and derivatives of that collection of files created through
-    textual modification. 
+    textual modification.
   - "Standard Version" refers to such a Package if it has not been modified,
     or has been modified in accordance with the wishes of the Copyright
-    Holder. 
+    Holder.
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package. 
+    the package.
   - "You" is you, if you're thinking about copying or distributing this Package.
   - "Reasonable copying fee" is whatever you can justify on the basis of media
     cost, duplication charges, time of people involved, and so on. (You will
     not be required to justify it to the Copyright Holder, but only to the
-    computing community at large as a market that must bear the fee.) 
+    computing community at large as a market that must bear the fee.)
   - "Freely Available" means that no fee is charged for the item itself, though
     there may be fees involved in handling the item. It also means that
     recipients of the item may redistribute it under the same conditions they
-    received it. 
+    received it.
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@ products derived from this software without specific prior written permission.
 
 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 The End
 
diff --git a/MANIFEST b/MANIFEST
index 660c35b..6f5a1dc 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.047.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.029.
 Changes
 LICENSE
 MANIFEST
diff --git a/META.json b/META.json
index 1314511..a83da00 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Chad Granum <exodist@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.047, CPAN::Meta::Converter version 2.150001",
+   "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -33,7 +33,7 @@
       },
       "test" : {
          "requires" : {
-            "Capture::Tiny" : "0.31",
+            "Capture::Tiny" : "0.32",
             "Test::More" : "0.88"
          }
       }
@@ -48,6 +48,9 @@
          "url" : "http://github.com/exodist/Child"
       }
    },
-   "version" : "0.013"
+   "version" : "0.013",
+   "x_generated_by_perl" : "v5.36.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.32",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff --git a/META.yml b/META.yml
index f4fad5d..a633461 100644
--- a/META.yml
+++ b/META.yml
@@ -3,12 +3,12 @@ abstract: 'Object oriented simple interface to fork()'
 author:
   - 'Chad Granum <exodist@cpan.org>'
 build_requires:
-  Capture::Tiny: '0.31'
+  Capture::Tiny: '0.32'
   Test::More: '0.88'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.047, CPAN::Meta::Converter version 2.150001'
+generated_by: 'Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,3 +22,6 @@ resources:
   bugtracker: http://github.com/exodist/Child/issues
   repository: http://github.com/exodist/Child
 version: '0.013'
+x_generated_by_perl: v5.36.0
+x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff --git a/Makefile.PL b/Makefile.PL
index 107d029..faf6e38 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.047.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.029.
 use strict;
 use warnings;
 
@@ -21,7 +21,7 @@ my %WriteMakefileArgs = (
     "POSIX" => 0
   },
   "TEST_REQUIRES" => {
-    "Capture::Tiny" => "0.31",
+    "Capture::Tiny" => "0.32",
     "Test::More" => "0.88"
   },
   "VERSION" => "0.013",
@@ -32,7 +32,7 @@ my %WriteMakefileArgs = (
 
 
 my %FallbackPrereqs = (
-  "Capture::Tiny" => "0.31",
+  "Capture::Tiny" => "0.32",
   "Exporter" => "5.57",
   "POSIX" => 0,
   "Test::More" => "0.88"
diff --git a/cpanfile b/cpanfile
index 0465204..1dceade 100644
--- a/cpanfile
+++ b/cpanfile
@@ -1,9 +1,12 @@
+# This file is generated by Dist::Zilla::Plugin::CPANFile v6.029
+# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
+
 requires "Exporter" => "5.57";
 requires "POSIX" => "0";
 requires "perl" => "5.006";
 
 on 'test' => sub {
-  requires "Capture::Tiny" => "0.31";
+  requires "Capture::Tiny" => "0.32";
   requires "Test::More" => "0.88";
 };
 
diff --git a/debian/changelog b/debian/changelog
index 50d91fe..a2c67ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libchild-perl (0.013+git20160622.1.d60708f-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 19 Jan 2023 11:38:33 -0000
+
 libchild-perl (0.013-3) unstable; urgency=medium
 
   [ Debian Janitor ]

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details