diff -Nru libpoe-perl-1.3680/CHANGES libpoe-perl-1.3700/CHANGES --- libpoe-perl-1.3680/CHANGES 2020-02-02 13:36:10.000000000 +0000 +++ libpoe-perl-1.3700/CHANGES 2022-03-23 12:44:47.000000000 +0000 @@ -1,72 +1,24 @@ ================================ -2020-02-01 16:22:28 +0000 v1_368 +2022-03-23 12:42:01 +0000 v1_370 ================================ - commit 0f954072fe361ad48861202c43aec3c0b5129e4a + commit 8d07be6dbc4b89c79f66c52b736895010f5f65dd Author: Chris 'BinGOs' Williams - Date: Sat Feb 1 16:22:28 2020 +0000 + Date: Wed Mar 23 12:42:01 2022 +0000 Version bump for release. - commit b9971dfd392ac3098ef3bfaf6e1fbce2fcb48b01 + commit f8587e83eae3bd5d9a1243841b50118d0b185dd7 Author: Chris 'BinGOs' Williams - Date: Sat Feb 1 12:40:44 2020 +0000 + Date: Tue Mar 22 14:46:48 2022 +0000 - Fix leolo-filter-httpd test when HTTP::Status is missing + Remove explicit call to setsid() in POE::Wheel::Run - commit 209890407b501a86ee322b07e9170ad8054c7bf1 - Author: Michael Brantley - Date: Tue Feb 20 07:12:06 2018 -0500 - - Update broken Pod links in lib/POE/Filter/HTTPD.pm - - Update Pod links to refer only to the utf8 module and not its - methods, fix a mis-capitalized internal reference, and convert the - dangling "MaxContent" link into a code reference. - - Resolves bug: https://rt.cpan.org/Public/Bug/Display.html?id=124496 - - commit 1d088d3755f770397a27852f95925564d4c3f134 - Author: Michael Brantley - Date: Tue Feb 20 07:07:22 2018 -0500 - - Update old URLs referenced in Pod - - Remove mention of old URLs, replace mention of canonical SVN repo - with the new git-based one at github.com. - - Resolves bug: https://rt.cpan.org/Public/Bug/Display.html?id=124495 - - commit 92c2cfb55ae87ecdb4a89ad5fac65315052a3d15 - Author: Mohammad S Anwar - Date: Fri Jul 20 18:22:44 2018 +0100 - - Fixed minor typo in the pod. - - commit cf5b772fa54e0cda0e447c33ce351f1e6c074d42 - Author: Chris 'BinGOs' Williams - Date: Tue Oct 29 10:09:52 2019 +0000 - - Corrected previous commit as per tonyc's suggestion - - commit ad8639840383ea1b166ff0090afabc954dffba27 - Author: Chris 'BinGOs' Williams - Date: Fri Oct 25 15:21:25 2019 +0100 - - RT#130664 test failures with v5.31.5 - - As per perldelta entry for v5.31.5 - - https://metacpan.org/pod/release/SHAY/perl-5.31.5/pod/perldelta.pod#I - ncompatible-Changes - - commit 1c0dccd41b8fc1fd2bbfd4ea6a0e94255cd747fc - Author: Rocco Caputo - Date: Mon Feb 29 17:54:58 2016 -0500 - - Modernize the SYNOPSIS by replacing perl -w with "use warnings". + We are using make_slave_controlling_terminal() from IO::Pty since + 136f5dbab9d9 and that calls setsid() itself. - Thanks, mauke @ irc.perl.org #perl! + Fixes to IO::Pty have unmasked this double call to setsid() which is + generating a spurious warning on any use of a pty(-pipe) conduit. ============== End of Excerpt diff -Nru libpoe-perl-1.3680/debian/changelog libpoe-perl-1.3700/debian/changelog --- libpoe-perl-1.3680/debian/changelog 2020-02-07 15:13:13.000000000 +0000 +++ libpoe-perl-1.3700/debian/changelog 2022-03-25 20:16:45.000000000 +0000 @@ -1,3 +1,21 @@ +libpoe-perl (2:1.3700-1) unstable; urgency=medium + + [ Axel Beckert ] + * Stop suggesting removed package libpoe-loop-event-perl. (See #968725) + + [ Debian Janitor ] + * Remove constraints unnecessary since stretch: + + Build-Depends-Indep: Drop versioned constraint on libpoe-test-loops-perl. + + [ gregor herrmann ] + * Import upstream version 1.3700. + * Update years of packaging copyright. + * Declare compliance with Debian Policy 4.6.0. + * Bump debhelper-compat to 13. + * Set upstream metadata fields: Bug-Database, Bug-Submit. + + -- gregor herrmann Fri, 25 Mar 2022 21:16:45 +0100 + libpoe-perl (2:1.3680-1) unstable; urgency=medium [ gregor herrmann ] diff -Nru libpoe-perl-1.3680/debian/control libpoe-perl-1.3700/debian/control --- libpoe-perl-1.3680/debian/control 2020-02-07 15:13:13.000000000 +0000 +++ libpoe-perl-1.3700/debian/control 2022-03-25 20:16:45.000000000 +0000 @@ -5,12 +5,12 @@ Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper-compat (= 12) +Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libfilter-perl , libhttp-daemon-perl , libio-pipely-perl , libio-pty-perl , - libpoe-test-loops-perl (>= 1.360) , + libpoe-test-loops-perl , libsocket-getaddrinfo-perl , libsocket6-perl , libterm-readkey-perl , @@ -18,7 +18,7 @@ libyaml-perl , netbase , perl -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpoe-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpoe-perl.git Homepage: https://metacpan.org/release/POE @@ -33,7 +33,6 @@ Recommends: libhttp-daemon-perl Suggests: libcurses-perl, libio-pty-perl, - libpoe-loop-event-perl, libpoe-loop-tk-perl, libsocket-getaddrinfo-perl, libsocket6-perl, diff -Nru libpoe-perl-1.3680/debian/copyright libpoe-perl-1.3700/debian/copyright --- libpoe-perl-1.3680/debian/copyright 2020-02-07 15:13:13.000000000 +0000 +++ libpoe-perl-1.3700/debian/copyright 2022-03-25 20:16:45.000000000 +0000 @@ -21,7 +21,7 @@ 2008, Pierre Habouzit 2008, Rene Mayorga 2008, Roberto C. Sanchez - 2008-2020, gregor herrmann + 2008-2022, gregor herrmann 2009-2010, Jonathan Yu 2009, Ryan Niebur 2010-2011, Nicholas Bamber diff -Nru libpoe-perl-1.3680/debian/upstream/metadata libpoe-perl-1.3700/debian/upstream/metadata --- libpoe-perl-1.3680/debian/upstream/metadata 2020-02-07 15:13:13.000000000 +0000 +++ libpoe-perl-1.3700/debian/upstream/metadata 2022-03-25 20:16:45.000000000 +0000 @@ -1,4 +1,6 @@ --- Archive: CPAN +Bug-Database: https://github.com/rcaputo/poe/issues +Bug-Submit: https://github.com/rcaputo/poe/issues/new Repository: https://github.com/rcaputo/poe.git Repository-Browse: https://github.com/rcaputo/poe diff -Nru libpoe-perl-1.3680/lib/POE/Component/Client/TCP.pm libpoe-perl-1.3700/lib/POE/Component/Client/TCP.pm --- libpoe-perl-1.3680/lib/POE/Component/Client/TCP.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Component/Client/TCP.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw(carp croak); use Errno qw(ETIMEDOUT ECONNRESET); diff -Nru libpoe-perl-1.3680/lib/POE/Component/Server/TCP.pm libpoe-perl-1.3700/lib/POE/Component/Server/TCP.pm --- libpoe-perl-1.3680/lib/POE/Component/Server/TCP.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Component/Server/TCP.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw(carp croak); use Socket qw(INADDR_ANY inet_ntoa inet_aton AF_INET AF_UNIX PF_UNIX); diff -Nru libpoe-perl-1.3680/lib/POE/Component.pm libpoe-perl-1.3700/lib/POE/Component.pm --- libpoe-perl-1.3680/lib/POE/Component.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Component.pm 2022-03-23 12:08:31.000000000 +0000 @@ -5,7 +5,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) 1; diff -Nru libpoe-perl-1.3680/lib/POE/Driver/SysRW.pm libpoe-perl-1.3700/lib/POE/Driver/SysRW.pm --- libpoe-perl-1.3680/lib/POE/Driver/SysRW.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Driver/SysRW.pm 2022-03-23 12:08:31.000000000 +0000 @@ -7,7 +7,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Errno qw(EAGAIN EWOULDBLOCK); use Carp qw(croak); diff -Nru libpoe-perl-1.3680/lib/POE/Driver.pm libpoe-perl-1.3700/lib/POE/Driver.pm --- libpoe-perl-1.3680/lib/POE/Driver.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Driver.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw(croak); diff -Nru libpoe-perl-1.3680/lib/POE/Filter/Block.pm libpoe-perl-1.3700/lib/POE/Filter/Block.pm --- libpoe-perl-1.3680/lib/POE/Filter/Block.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Filter/Block.pm 2022-03-23 12:08:31.000000000 +0000 @@ -4,7 +4,7 @@ use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(croak); diff -Nru libpoe-perl-1.3680/lib/POE/Filter/Grep.pm libpoe-perl-1.3700/lib/POE/Filter/Grep.pm --- libpoe-perl-1.3680/lib/POE/Filter/Grep.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Filter/Grep.pm 2022-03-23 12:08:31.000000000 +0000 @@ -6,7 +6,7 @@ use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(croak carp); diff -Nru libpoe-perl-1.3680/lib/POE/Filter/HTTPD.pm libpoe-perl-1.3700/lib/POE/Filter/HTTPD.pm --- libpoe-perl-1.3680/lib/POE/Filter/HTTPD.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Filter/HTTPD.pm 2022-03-23 12:08:31.000000000 +0000 @@ -13,7 +13,7 @@ use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.368'; +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); diff -Nru libpoe-perl-1.3680/lib/POE/Filter/Line.pm libpoe-perl-1.3700/lib/POE/Filter/Line.pm --- libpoe-perl-1.3680/lib/POE/Filter/Line.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Filter/Line.pm 2022-03-23 12:08:31.000000000 +0000 @@ -4,7 +4,7 @@ use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(carp croak); diff -Nru libpoe-perl-1.3680/lib/POE/Filter/Map.pm libpoe-perl-1.3700/lib/POE/Filter/Map.pm --- libpoe-perl-1.3680/lib/POE/Filter/Map.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Filter/Map.pm 2022-03-23 12:08:31.000000000 +0000 @@ -6,7 +6,7 @@ use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(croak carp); diff -Nru libpoe-perl-1.3680/lib/POE/Filter/RecordBlock.pm libpoe-perl-1.3700/lib/POE/Filter/RecordBlock.pm --- libpoe-perl-1.3680/lib/POE/Filter/RecordBlock.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Filter/RecordBlock.pm 2022-03-23 12:08:31.000000000 +0000 @@ -6,7 +6,7 @@ use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(croak); diff -Nru libpoe-perl-1.3680/lib/POE/Filter/Reference.pm libpoe-perl-1.3700/lib/POE/Filter/Reference.pm --- libpoe-perl-1.3680/lib/POE/Filter/Reference.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Filter/Reference.pm 2022-03-23 12:08:31.000000000 +0000 @@ -7,7 +7,7 @@ use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(carp croak confess); diff -Nru libpoe-perl-1.3680/lib/POE/Filter/Stackable.pm libpoe-perl-1.3700/lib/POE/Filter/Stackable.pm --- libpoe-perl-1.3680/lib/POE/Filter/Stackable.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Filter/Stackable.pm 2022-03-23 12:08:31.000000000 +0000 @@ -12,7 +12,7 @@ use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(croak); diff -Nru libpoe-perl-1.3680/lib/POE/Filter/Stream.pm libpoe-perl-1.3700/lib/POE/Filter/Stream.pm --- libpoe-perl-1.3680/lib/POE/Filter/Stream.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Filter/Stream.pm 2022-03-23 12:08:31.000000000 +0000 @@ -4,7 +4,7 @@ use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); #------------------------------------------------------------------------------ diff -Nru libpoe-perl-1.3680/lib/POE/Filter.pm libpoe-perl-1.3700/lib/POE/Filter.pm --- libpoe-perl-1.3680/lib/POE/Filter.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Filter.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw(croak); diff -Nru libpoe-perl-1.3680/lib/POE/Kernel.pm libpoe-perl-1.3700/lib/POE/Kernel.pm --- libpoe-perl-1.3680/lib/POE/Kernel.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Kernel.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use POE::Resource::Clock qw( monotime sleep mono2wall wall2mono walltime time ); diff -Nru libpoe-perl-1.3680/lib/POE/Loop/IO_Poll.pm libpoe-perl-1.3700/lib/POE/Loop/IO_Poll.pm --- libpoe-perl-1.3680/lib/POE/Loop/IO_Poll.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Loop/IO_Poll.pm 2022-03-23 12:08:31.000000000 +0000 @@ -6,7 +6,7 @@ package POE::Loop::IO_Poll; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) # Include common signal handling. use POE::Loop::PerlSignals; diff -Nru libpoe-perl-1.3680/lib/POE/Loop/PerlSignals.pm libpoe-perl-1.3700/lib/POE/Loop/PerlSignals.pm --- libpoe-perl-1.3680/lib/POE/Loop/PerlSignals.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Loop/PerlSignals.pm 2022-03-23 12:08:31.000000000 +0000 @@ -8,7 +8,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) # Everything plugs into POE::Kernel. package POE::Kernel; diff -Nru libpoe-perl-1.3680/lib/POE/Loop/Select.pm libpoe-perl-1.3700/lib/POE/Loop/Select.pm --- libpoe-perl-1.3680/lib/POE/Loop/Select.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Loop/Select.pm 2022-03-23 12:08:31.000000000 +0000 @@ -9,7 +9,7 @@ use POE::Loop::PerlSignals; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) =for poe_tests diff -Nru libpoe-perl-1.3680/lib/POE/Loop.pm libpoe-perl-1.3700/lib/POE/Loop.pm --- libpoe-perl-1.3680/lib/POE/Loop.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Loop.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) 1; diff -Nru libpoe-perl-1.3680/lib/POE/NFA.pm libpoe-perl-1.3700/lib/POE/NFA.pm --- libpoe-perl-1.3680/lib/POE/NFA.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/NFA.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw(carp croak); diff -Nru libpoe-perl-1.3680/lib/POE/Pipe/OneWay.pm libpoe-perl-1.3700/lib/POE/Pipe/OneWay.pm --- libpoe-perl-1.3680/lib/POE/Pipe/OneWay.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Pipe/OneWay.pm 2022-03-23 12:08:31.000000000 +0000 @@ -8,7 +8,7 @@ use base qw( POE::Pipe ); use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use IO::Pipely qw(pipely); diff -Nru libpoe-perl-1.3680/lib/POE/Pipe/TwoWay.pm libpoe-perl-1.3700/lib/POE/Pipe/TwoWay.pm --- libpoe-perl-1.3680/lib/POE/Pipe/TwoWay.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Pipe/TwoWay.pm 2022-03-23 12:08:31.000000000 +0000 @@ -8,7 +8,7 @@ use base qw( POE::Pipe ); use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use IO::Pipely qw(socketpairly); diff -Nru libpoe-perl-1.3680/lib/POE/Pipe.pm libpoe-perl-1.3700/lib/POE/Pipe.pm --- libpoe-perl-1.3680/lib/POE/Pipe.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Pipe.pm 2022-03-23 12:08:31.000000000 +0000 @@ -6,7 +6,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use IO::Pipely; diff -Nru libpoe-perl-1.3680/lib/POE/Queue/Array.pm libpoe-perl-1.3700/lib/POE/Queue/Array.pm --- libpoe-perl-1.3680/lib/POE/Queue/Array.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Queue/Array.pm 2022-03-23 12:08:31.000000000 +0000 @@ -5,7 +5,7 @@ use strict; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Queue); use Errno qw(ESRCH EPERM); diff -Nru libpoe-perl-1.3680/lib/POE/Queue.pm libpoe-perl-1.3700/lib/POE/Queue.pm --- libpoe-perl-1.3680/lib/POE/Queue.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Queue.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw(croak); diff -Nru libpoe-perl-1.3680/lib/POE/Resource/Aliases.pm libpoe-perl-1.3700/lib/POE/Resource/Aliases.pm --- libpoe-perl-1.3680/lib/POE/Resource/Aliases.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Resource/Aliases.pm 2022-03-23 12:08:31.000000000 +0000 @@ -4,7 +4,7 @@ package POE::Resource::Aliases; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff -Nru libpoe-perl-1.3680/lib/POE/Resource/Clock.pm libpoe-perl-1.3700/lib/POE/Resource/Clock.pm --- libpoe-perl-1.3680/lib/POE/Resource/Clock.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Resource/Clock.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ package POE::Resource::Clock; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use strict; diff -Nru libpoe-perl-1.3680/lib/POE/Resource/Events.pm libpoe-perl-1.3700/lib/POE/Resource/Events.pm --- libpoe-perl-1.3680/lib/POE/Resource/Events.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Resource/Events.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ package POE::Resource::Events; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff -Nru libpoe-perl-1.3680/lib/POE/Resource/Extrefs.pm libpoe-perl-1.3700/lib/POE/Resource/Extrefs.pm --- libpoe-perl-1.3680/lib/POE/Resource/Extrefs.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Resource/Extrefs.pm 2022-03-23 12:08:31.000000000 +0000 @@ -5,7 +5,7 @@ package POE::Resource::Extrefs; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff -Nru libpoe-perl-1.3680/lib/POE/Resource/FileHandles.pm libpoe-perl-1.3700/lib/POE/Resource/FileHandles.pm --- libpoe-perl-1.3680/lib/POE/Resource/FileHandles.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Resource/FileHandles.pm 2022-03-23 12:08:31.000000000 +0000 @@ -4,7 +4,7 @@ package POE::Resource::FileHandles; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff -Nru libpoe-perl-1.3680/lib/POE/Resource/Sessions.pm libpoe-perl-1.3700/lib/POE/Resource/Sessions.pm --- libpoe-perl-1.3680/lib/POE/Resource/Sessions.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Resource/Sessions.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ package POE::Resource::Sessions; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff -Nru libpoe-perl-1.3680/lib/POE/Resource/SIDs.pm libpoe-perl-1.3700/lib/POE/Resource/SIDs.pm --- libpoe-perl-1.3680/lib/POE/Resource/SIDs.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Resource/SIDs.pm 2022-03-23 12:08:31.000000000 +0000 @@ -4,7 +4,7 @@ package POE::Resource::SIDs; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff -Nru libpoe-perl-1.3680/lib/POE/Resource/Signals.pm libpoe-perl-1.3700/lib/POE/Resource/Signals.pm --- libpoe-perl-1.3680/lib/POE/Resource/Signals.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Resource/Signals.pm 2022-03-23 12:08:31.000000000 +0000 @@ -4,7 +4,7 @@ package POE::Resource::Signals; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff -Nru libpoe-perl-1.3680/lib/POE/Resource.pm libpoe-perl-1.3700/lib/POE/Resource.pm --- libpoe-perl-1.3680/lib/POE/Resource.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Resource.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) 1; diff -Nru libpoe-perl-1.3680/lib/POE/Resources.pm libpoe-perl-1.3700/lib/POE/Resources.pm --- libpoe-perl-1.3680/lib/POE/Resources.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Resources.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) my @resources = qw( POE::XS::Resource::Aliases diff -Nru libpoe-perl-1.3680/lib/POE/Session.pm libpoe-perl-1.3700/lib/POE/Session.pm --- libpoe-perl-1.3680/lib/POE/Session.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Session.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw(carp croak); use Errno; diff -Nru libpoe-perl-1.3680/lib/POE/Test/Sequence.pm libpoe-perl-1.3700/lib/POE/Test/Sequence.pm --- libpoe-perl-1.3680/lib/POE/Test/Sequence.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Test/Sequence.pm 2022-03-23 12:08:31.000000000 +0000 @@ -7,7 +7,7 @@ use POE; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) sub new { my ($class, %args) = @_; diff -Nru libpoe-perl-1.3680/lib/POE/Wheel/Curses.pm libpoe-perl-1.3700/lib/POE/Wheel/Curses.pm --- libpoe-perl-1.3680/lib/POE/Wheel/Curses.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Wheel/Curses.pm 2022-03-23 12:08:31.000000000 +0000 @@ -5,7 +5,7 @@ use strict; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw(croak); use Curses qw( diff -Nru libpoe-perl-1.3680/lib/POE/Wheel/FollowTail.pm libpoe-perl-1.3700/lib/POE/Wheel/FollowTail.pm --- libpoe-perl-1.3680/lib/POE/Wheel/FollowTail.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Wheel/FollowTail.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw( croak carp ); use Symbol qw( gensym ); diff -Nru libpoe-perl-1.3680/lib/POE/Wheel/ListenAccept.pm libpoe-perl-1.3700/lib/POE/Wheel/ListenAccept.pm --- libpoe-perl-1.3680/lib/POE/Wheel/ListenAccept.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Wheel/ListenAccept.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw( croak carp ); use Symbol qw( gensym ); diff -Nru libpoe-perl-1.3680/lib/POE/Wheel/ReadLine.pm libpoe-perl-1.3700/lib/POE/Wheel/ReadLine.pm --- libpoe-perl-1.3680/lib/POE/Wheel/ReadLine.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Wheel/ReadLine.pm 2022-03-23 12:08:31.000000000 +0000 @@ -5,7 +5,7 @@ BEGIN { eval { require bytes } and bytes->import; } use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw( croak carp ); use Symbol qw(gensym); diff -Nru libpoe-perl-1.3680/lib/POE/Wheel/ReadWrite.pm libpoe-perl-1.3700/lib/POE/Wheel/ReadWrite.pm --- libpoe-perl-1.3680/lib/POE/Wheel/ReadWrite.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Wheel/ReadWrite.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw( croak carp ); use POE qw(Wheel Driver::SysRW Filter::Line); diff -Nru libpoe-perl-1.3680/lib/POE/Wheel/Run.pm libpoe-perl-1.3700/lib/POE/Wheel/Run.pm --- libpoe-perl-1.3680/lib/POE/Wheel/Run.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Wheel/Run.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw(carp croak); use POSIX qw( @@ -404,7 +404,7 @@ # Become a new unix session. # Program 19.3, APITUE. W. Richard Stevens built my hot rod. - eval 'setsid()' unless $no_setsid; + #eval 'setsid()' unless $no_setsid; # Acquire a controlling terminal. Program 19.3, APITUE. $stdin_write->make_slave_controlling_terminal(); @@ -1873,6 +1873,9 @@ default, the child process calls setsid() is called so that it may execute in a separate UNIX session. +This option is deprecated. As L uses C this module +has no control on whether it is invoked or not. + =head4 NoSetPgrp When true, NoSetPgrp disables setprgp() in the child process. By diff -Nru libpoe-perl-1.3680/lib/POE/Wheel/SocketFactory.pm libpoe-perl-1.3700/lib/POE/Wheel/SocketFactory.pm --- libpoe-perl-1.3680/lib/POE/Wheel/SocketFactory.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Wheel/SocketFactory.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION @ISA); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw( carp croak ); use Symbol qw( gensym ); diff -Nru libpoe-perl-1.3680/lib/POE/Wheel.pm libpoe-perl-1.3700/lib/POE/Wheel.pm --- libpoe-perl-1.3680/lib/POE/Wheel.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE/Wheel.pm 2022-03-23 12:08:31.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use Carp qw(croak); diff -Nru libpoe-perl-1.3680/lib/POE.pm libpoe-perl-1.3700/lib/POE.pm --- libpoe-perl-1.3680/lib/POE.pm 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/lib/POE.pm 2022-03-23 12:08:31.000000000 +0000 @@ -6,7 +6,7 @@ use Carp qw( croak ); use vars qw($VERSION); -$VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.370'; # NOTE - Should be #.### (three decimal places) use POE::Resource::Clock qw( monotime time walltime sleep mono2wall wall2mono ); diff -Nru libpoe-perl-1.3680/META.json libpoe-perl-1.3700/META.json --- libpoe-perl-1.3680/META.json 2020-02-02 13:36:07.000000000 +0000 +++ libpoe-perl-1.3700/META.json 2022-03-23 12:44:44.000000000 +0000 @@ -4,7 +4,7 @@ "Rocco Caputo " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -60,6 +60,6 @@ "url" : "https://github.com/rcaputo/poe" } }, - "version" : "1.368", - "x_serialization_backend" : "JSON::PP version 4.04" + "version" : "1.370", + "x_serialization_backend" : "JSON::PP version 4.07" } diff -Nru libpoe-perl-1.3680/META.yml libpoe-perl-1.3700/META.yml --- libpoe-perl-1.3680/META.yml 2020-02-02 13:36:07.000000000 +0000 +++ libpoe-perl-1.3700/META.yml 2022-03-23 12:44:44.000000000 +0000 @@ -7,7 +7,7 @@ configure_requires: POE::Test::Loops: '1.360' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -37,5 +37,5 @@ homepage: http://poe.perl.org/ license: http://dev.perl.org/licenses/ repository: https://github.com/rcaputo/poe -version: '1.368' +version: '1.370' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru libpoe-perl-1.3680/README libpoe-perl-1.3700/README --- libpoe-perl-1.3680/README 2020-02-01 16:21:39.000000000 +0000 +++ libpoe-perl-1.3700/README 2022-03-23 12:08:31.000000000 +0000 @@ -1,4 +1,4 @@ -Version 1.368 +Version 1.370 -------------------- Detailed Information