Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-MCE for openSUSE:Factory 
checked in at 2022-06-02 21:54:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MCE (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MCE.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MCE"

Thu Jun  2 21:54:41 2022 rev:24 rq:980486 version:1.879

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MCE/perl-MCE.changes        2022-02-24 
18:24:44.854638258 +0100
+++ /work/SRC/openSUSE:Factory/.perl-MCE.new.1548/perl-MCE.changes      
2022-06-02 21:54:56.988425142 +0200
@@ -1,0 +2,11 @@
+Wed May 25 03:06:24 UTC 2022 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 1.879
+   see /usr/share/doc/packages/perl-MCE/Changes
+
+  1.879 Tue May 24 05:00:00 EST 2022
+
+    * Replace http with https in documentation and meta files.
+    * Call PDL::set_autopthread_targ(1); disables PDL auto-threading.
+
+-------------------------------------------------------------------

Old:
----
  MCE-1.878.tar.gz

New:
----
  MCE-1.879.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-MCE.spec ++++++
--- /var/tmp/diff_new_pack.4XFD44/_old  2022-06-02 21:54:57.432425707 +0200
+++ /var/tmp/diff_new_pack.4XFD44/_new  2022-06-02 21:54:57.436425713 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name MCE
 Name:           perl-MCE
-Version:        1.878
+Version:        1.879
 Release:        0
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Many-Core Engine for Perl providing parallel processing 
capabilities

++++++ MCE-1.878.tar.gz -> MCE-1.879.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/Changes new/MCE-1.879/Changes
--- old/MCE-1.878/Changes       2022-02-20 13:52:32.000000000 +0100
+++ new/MCE-1.879/Changes       2022-05-24 10:54:41.000000000 +0200
@@ -1,6 +1,11 @@
 
 Revision history for Perl module MCE.
 
+1.879 Tue May 24 05:00:00 EST 2022
+
+  * Replace http with https in documentation and meta files.
+  * Call PDL::set_autopthread_targ(1); disables PDL auto-threading.
+
 1.878 Sun Feb 20 06:45:00 EST 2022
 
   * Fix for the fast channel implementations.
@@ -294,8 +299,8 @@
   * Load IO::Handle for extra stability, preventing workers loading uniquely.
 
   * Load Net::HTTP and Net::HTTPS before spawning if present LWP::UserAgent.
-    See http://www.perlmonks.org/?node_id=1199760
-    and http://www.perlmonks.org/?node_id=1199891.
+    See https://www.perlmonks.org/?node_id=1199760
+    and https://www.perlmonks.org/?node_id=1199891.
 
 1.834 Tue Jan 23 08:00:00 EST 2018
 
@@ -318,17 +323,17 @@
 1.831 Sun Oct 08 20:30:00 EST 2017
 
   * Added STFL (Terminal UI) to list for enabling posix_exit.
-    See http://www.perlmonks.org/?node_id=1200923.
+    See https://www.perlmonks.org/?node_id=1200923.
 
   * Math::Prime::Util random numbers now unique between MCE workers.
-    See http://www.perlmonks.org/?node_id=1200960.
+    See https://www.perlmonks.org/?node_id=1200960.
 
 1.830 Tue Sep 12 17:00:00 EST 2017
 
   [BUG FIXES]
 
   * Fixed MCE and MCE::Relay stalling when setting the input record separator.
-    See http://www.perlmonks.org/?node_id=1196701. Thank you, JediWombat.
+    See https://www.perlmonks.org/?node_id=1196701. Thank you, JediWombat.
 
   * Fixed bug with dequeue_nb in MCE::Queue (#8). Thank you, @bokutin.
   * Fixed signal handler (#9). Thank you, @chrisdenley.
@@ -1903,7 +1908,7 @@
 
   * Updates to __DIE__ and __WARN__ handling in MCE. These address the 
     unreferenced scalars seen in packaging logs at activestate.com for
-    Perl under Windows: http://code.activestate.com/ppm/MCE/
+    Perl under Windows: https://code.activestate.com/ppm/MCE/
   * Update t/01_load_signal_arg.t -- added check for $ENV{TEMP}
     This fixes issue seen under Cygwin
 
@@ -1952,7 +1957,7 @@
 1.001 Wed Nov 07 23:58:20 EST 2012
 
   * Added perl-MCE.spec to trunk
-    http://code.google.com/p/many-core-engine-perl/source/browse/trunk/
+    https://code.google.com/p/many-core-engine-perl/source/browse/trunk/
   * Added CREDITS
   * Added 3 new methods to MCE.pm: continue, last, and exit
   * Both foreach & forchunk now call run(1, {...}) to auto-shutdown workers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/Credits new/MCE-1.879/Credits
--- old/MCE-1.878/Credits       2017-04-05 07:11:07.000000000 +0200
+++ new/MCE-1.879/Credits       2022-04-26 07:00:01.000000000 +0200
@@ -48,7 +48,7 @@
   The inspiration for the sixth model (MCE::Step) came from reading a blog
   by Joel, "Writing Non-Blocking Applications with Mojolicious: Part 3":
 
-  http://blogs.perl.org/users/joel_berger/2014/01/
+  https://blogs.perl.org/users/joel_berger/2014/01/
          writing-non-blocking-applications-with-mojolicious-part-3.html
 
 Bouras, George
@@ -102,8 +102,8 @@
   The blog "Make your code run faster with Perl's secret turbo module" is
   located at:
 
-  http://perltricks.com/article/61/2014/1/21/
-         Make-your-code-run-faster-with-Perl-s-secret-turbo-module
+  https://www.perl.com/article/61/2014/1/21/
+         Make-your-code-run-faster-with-Perl-s-secret-turbo-module/
 
 Gasper, Felipe
 
@@ -250,7 +250,7 @@
 
 Schlichting, Florian
 
-  For making a Debian package for MCE: http://pkgs.org/search/libmce-perl.
+  For making a Debian package for MCE: libmce-perl
 
 Shen, Wei
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/META.json new/MCE-1.879/META.json
--- old/MCE-1.878/META.json     2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/META.json     2022-05-24 11:07:34.000000000 +0200
@@ -9,7 +9,7 @@
       "perl_5"
    ],
    "meta-spec" : {
-      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "url" : "https://search.cpan.org/perldoc?CPAN::Meta::Spec";,
       "version" : "2"
    },
    "name" : "MCE",
@@ -65,135 +65,135 @@
    "provides" : {
       "MCE" : {
          "file" : "lib/MCE.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Candy" : {
          "file" : "lib/MCE/Candy.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Channel" : {
          "file" : "lib/MCE/Channel.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Channel::Mutex" : {
          "file" : "lib/MCE/Channel/Mutex.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Channel::MutexFast" : {
          "file" : "lib/MCE/Channel/MutexFast.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Channel::Simple" : {
          "file" : "lib/MCE/Channel/Simple.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Channel::SimpleFast" : {
          "file" : "lib/MCE/Channel/SimpleFast.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Channel::Threads" : {
          "file" : "lib/MCE/Channel/Threads.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Channel::ThreadsFast" : {
          "file" : "lib/MCE/Channel/ThreadsFast.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Child" : {
          "file" : "lib/MCE/Child.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Core::Input::Generator" : {
          "file" : "lib/MCE/Core/Input/Generator.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Core::Input::Handle" : {
          "file" : "lib/MCE/Core/Input/Handle.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Core::Input::Iterator" : {
          "file" : "lib/MCE/Core/Input/Iterator.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Core::Input::Request" : {
          "file" : "lib/MCE/Core/Input/Request.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Core::Input::Sequence" : {
          "file" : "lib/MCE/Core/Input/Sequence.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Core::Manager" : {
          "file" : "lib/MCE/Core/Manager.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Core::Validation" : {
          "file" : "lib/MCE/Core/Validation.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Core::Worker" : {
          "file" : "lib/MCE/Core/Worker.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Flow" : {
          "file" : "lib/MCE/Flow.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Grep" : {
          "file" : "lib/MCE/Grep.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Loop" : {
          "file" : "lib/MCE/Loop.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Map" : {
          "file" : "lib/MCE/Map.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Mutex" : {
          "file" : "lib/MCE/Mutex.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Mutex::Channel" : {
          "file" : "lib/MCE/Mutex/Channel.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Mutex::Channel2" : {
          "file" : "lib/MCE/Mutex/Channel2.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Mutex::Flock" : {
          "file" : "lib/MCE/Mutex/Flock.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Queue" : {
          "file" : "lib/MCE/Queue.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Relay" : {
          "file" : "lib/MCE/Relay.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Signal" : {
          "file" : "lib/MCE/Signal.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Step" : {
          "file" : "lib/MCE/Step.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Stream" : {
          "file" : "lib/MCE/Stream.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Subs" : {
          "file" : "lib/MCE/Subs.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       },
       "MCE::Util" : {
          "file" : "lib/MCE/Util.pm",
-         "version" : "1.878"
+         "version" : "1.879"
       }
    },
    "release_status" : "stable",
@@ -203,11 +203,11 @@
       },
       "homepage" : "https://github.com/marioroy/mce-perl";,
       "license" : [
-         "http://dev.perl.org/licenses/";
+         "https://dev.perl.org/licenses/";
       ],
       "repository" : {
          "url" : "https://github.com/marioroy/mce-perl.git";
       }
    },
-   "version" : "1.878"
+   "version" : "1.879"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/META.yml new/MCE-1.879/META.yml
--- old/MCE-1.878/META.yml      2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/META.yml      2022-05-24 11:07:34.000000000 +0200
@@ -25,103 +25,103 @@
 provides:
   MCE:
     file: lib/MCE.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Candy:
     file: lib/MCE/Candy.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Channel:
     file: lib/MCE/Channel.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Channel::Mutex:
     file: lib/MCE/Channel/Mutex.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Channel::MutexFast:
     file: lib/MCE/Channel/MutexFast.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Channel::Simple:
     file: lib/MCE/Channel/Simple.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Channel::SimpleFast:
     file: lib/MCE/Channel/SimpleFast.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Channel::Threads:
     file: lib/MCE/Channel/Threads.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Channel::ThreadsFast:
     file: lib/MCE/Channel/ThreadsFast.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Child:
     file: lib/MCE/Child.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Core::Input::Generator:
     file: lib/MCE/Core/Input/Generator.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Core::Input::Handle:
     file: lib/MCE/Core/Input/Handle.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Core::Input::Iterator:
     file: lib/MCE/Core/Input/Iterator.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Core::Input::Request:
     file: lib/MCE/Core/Input/Request.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Core::Input::Sequence:
     file: lib/MCE/Core/Input/Sequence.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Core::Manager:
     file: lib/MCE/Core/Manager.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Core::Validation:
     file: lib/MCE/Core/Validation.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Core::Worker:
     file: lib/MCE/Core/Worker.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Flow:
     file: lib/MCE/Flow.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Grep:
     file: lib/MCE/Grep.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Loop:
     file: lib/MCE/Loop.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Map:
     file: lib/MCE/Map.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Mutex:
     file: lib/MCE/Mutex.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Mutex::Channel:
     file: lib/MCE/Mutex/Channel.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Mutex::Channel2:
     file: lib/MCE/Mutex/Channel2.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Mutex::Flock:
     file: lib/MCE/Mutex/Flock.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Queue:
     file: lib/MCE/Queue.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Relay:
     file: lib/MCE/Relay.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Signal:
     file: lib/MCE/Signal.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Step:
     file: lib/MCE/Step.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Stream:
     file: lib/MCE/Stream.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Subs:
     file: lib/MCE/Subs.pm
-    version: '1.878'
+    version: '1.879'
   MCE::Util:
     file: lib/MCE/Util.pm
-    version: '1.878'
+    version: '1.879'
 recommends:
   Sereal::Decoder: '3.015'
   Sereal::Encoder: '3.015'
@@ -146,6 +146,6 @@
 resources:
   bugtracker: https://github.com/marioroy/mce-perl/issues
   homepage: https://github.com/marioroy/mce-perl
-  license: http://dev.perl.org/licenses/
+  license: https://dev.perl.org/licenses/
   repository: https://github.com/marioroy/mce-perl.git
-version: '1.878'
+version: '1.879'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/Makefile.PL new/MCE-1.879/Makefile.PL
--- old/MCE-1.878/Makefile.PL   2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/Makefile.PL   2022-05-24 11:07:34.000000000 +0200
@@ -17,7 +17,7 @@
    ABSTRACT => 'Many-Core Engine for Perl providing parallel processing 
capabilities',
    AUTHOR   => 'Mario E. Roy <marioeroy AT gmail DOT com>',
    NAME     => 'MCE',
-   VERSION  => '1.878',
+   VERSION  => '1.879',
 
    EXE_FILES => [ @exe_files ],
 
@@ -62,141 +62,141 @@
          'resources' => {
             'bugtracker' => 'https://github.com/marioroy/mce-perl/issues',
             'homepage'   => 'https://github.com/marioroy/mce-perl',
-            'license'    => 'http://dev.perl.org/licenses/',
+            'license'    => 'https://dev.perl.org/licenses/',
             'repository' => 'https://github.com/marioroy/mce-perl.git'
          },
          'provides' => {
             'MCE' => {
                'file'    => 'lib/MCE.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Candy' => {
                'file'    => 'lib/MCE/Candy.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Channel' => {
                'file'    => 'lib/MCE/Channel.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Channel::Mutex' => {
                'file'    => 'lib/MCE/Channel/Mutex.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Channel::MutexFast' => {
                'file'    => 'lib/MCE/Channel/MutexFast.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Channel::Simple' => {
                'file'    => 'lib/MCE/Channel/Simple.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Channel::SimpleFast' => {
                'file'    => 'lib/MCE/Channel/SimpleFast.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Channel::Threads' => {
                'file'    => 'lib/MCE/Channel/Threads.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Channel::ThreadsFast' => {
                'file'    => 'lib/MCE/Channel/ThreadsFast.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Child' => {
                'file'    => 'lib/MCE/Child.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Core::Input::Generator' => {
                'file'    => 'lib/MCE/Core/Input/Generator.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Core::Input::Handle' => {
                'file'    => 'lib/MCE/Core/Input/Handle.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Core::Input::Iterator' => {
                'file'    => 'lib/MCE/Core/Input/Iterator.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Core::Input::Request' => {
                'file'    => 'lib/MCE/Core/Input/Request.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Core::Input::Sequence' => {
                'file'    => 'lib/MCE/Core/Input/Sequence.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Core::Manager' => {
                'file'    => 'lib/MCE/Core/Manager.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Core::Validation' => {
                'file'    => 'lib/MCE/Core/Validation.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Core::Worker' => {
                'file'    => 'lib/MCE/Core/Worker.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Flow' => {
                'file'    => 'lib/MCE/Flow.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Grep' => {
                'file'    => 'lib/MCE/Grep.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Loop' => {
                'file'    => 'lib/MCE/Loop.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Map' => {
                'file'    => 'lib/MCE/Map.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Mutex' => {
                'file'    => 'lib/MCE/Mutex.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Mutex::Channel' => {
                'file'    => 'lib/MCE/Mutex/Channel.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Mutex::Channel2' => {
                'file'    => 'lib/MCE/Mutex/Channel2.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Mutex::Flock' => {
                'file'    => 'lib/MCE/Mutex/Flock.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Queue' => {
                'file'    => 'lib/MCE/Queue.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Relay' => {
                'file'    => 'lib/MCE/Relay.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Signal' => {
                'file'    => 'lib/MCE/Signal.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Step' => {
                'file'    => 'lib/MCE/Step.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Stream' => {
                'file'    => 'lib/MCE/Stream.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Subs' => {
                'file'    => 'lib/MCE/Subs.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             },
             'MCE::Util' => {
                'file'    => 'lib/MCE/Util.pm',
-               'version' => '1.878'
+               'version' => '1.879'
             }
          },
          'prereqs' => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/README.md new/MCE-1.879/README.md
--- old/MCE-1.878/README.md     2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/README.md     2022-05-24 11:07:34.000000000 +0200
@@ -1,6 +1,6 @@
 ## Many-Core Engine for Perl
 
-This document describes MCE version 1.878.
+This document describes MCE version 1.879.
 
 Many-Core Engine (MCE) for Perl helps enable a new level of performance by
 maximizing all available cores.
@@ -171,9 +171,7 @@
 MCE options are described at [metacpan](https://metacpan.org/pod/MCE::Core).
 It includes several demonstrations at the end of the page.
 
-See [MCE::Examples](https://metacpan.org/pod/MCE::Examples)
-and [MCE Cookbook](https://github.com/marioroy/mce-cookbook)
-for more recipes.
+See also, [MCE::Examples](https://metacpan.org/pod/MCE::Examples).
 
 ### Copyright and Licensing
 
@@ -200,5 +198,5 @@
 along with this program in the file named "Copying". If not, write to the
 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 Boston, MA 02110-1301, USA or visit their web page on the internet at
-http://www.gnu.org/copyleft/gpl.html.
+https://www.gnu.org/copyleft/gpl.html.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Candy.pm 
new/MCE-1.879/lib/MCE/Candy.pm
--- old/MCE-1.878/lib/MCE/Candy.pm      2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Candy.pm      2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 our @CARP_NOT = qw( MCE );
 
@@ -240,7 +240,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Candy version 1.878
+This document describes MCE::Candy version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Channel/Mutex.pm 
new/MCE-1.879/lib/MCE/Channel/Mutex.pm
--- old/MCE-1.878/lib/MCE/Channel/Mutex.pm      2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Channel/Mutex.pm      2022-05-24 11:07:34.000000000 
+0200
@@ -11,7 +11,7 @@
 
 no warnings qw( uninitialized once );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 use base 'MCE::Channel';
 use MCE::Mutex ();
@@ -304,7 +304,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Channel::Mutex version 1.878
+This document describes MCE::Channel::Mutex version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Channel/MutexFast.pm 
new/MCE-1.879/lib/MCE/Channel/MutexFast.pm
--- old/MCE-1.878/lib/MCE/Channel/MutexFast.pm  2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Channel/MutexFast.pm  2022-05-24 11:07:34.000000000 
+0200
@@ -11,7 +11,7 @@
 
 no warnings qw( uninitialized once );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 use base 'MCE::Channel';
 use MCE::Mutex ();
@@ -308,7 +308,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Channel::MutexFast version 1.878
+This document describes MCE::Channel::MutexFast version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Channel/Simple.pm 
new/MCE-1.879/lib/MCE/Channel/Simple.pm
--- old/MCE-1.878/lib/MCE/Channel/Simple.pm     2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Channel/Simple.pm     2022-05-24 11:07:34.000000000 
+0200
@@ -11,7 +11,7 @@
 
 no warnings qw( uninitialized once );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 use base 'MCE::Channel';
 
@@ -300,7 +300,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Channel::Simple version 1.878
+This document describes MCE::Channel::Simple version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Channel/SimpleFast.pm 
new/MCE-1.879/lib/MCE/Channel/SimpleFast.pm
--- old/MCE-1.878/lib/MCE/Channel/SimpleFast.pm 2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Channel/SimpleFast.pm 2022-05-24 11:07:34.000000000 
+0200
@@ -11,7 +11,7 @@
 
 no warnings qw( uninitialized once );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 use base 'MCE::Channel';
 
@@ -308,7 +308,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Channel::SimpleFast version 1.878
+This document describes MCE::Channel::SimpleFast version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Channel/Threads.pm 
new/MCE-1.879/lib/MCE/Channel/Threads.pm
--- old/MCE-1.878/lib/MCE/Channel/Threads.pm    2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Channel/Threads.pm    2022-05-24 11:07:34.000000000 
+0200
@@ -11,7 +11,7 @@
 
 no warnings qw( uninitialized once );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 use threads;
 use threads::shared;
@@ -320,7 +320,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Channel::Threads version 1.878
+This document describes MCE::Channel::Threads version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Channel/ThreadsFast.pm 
new/MCE-1.879/lib/MCE/Channel/ThreadsFast.pm
--- old/MCE-1.878/lib/MCE/Channel/ThreadsFast.pm        2022-02-20 
13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Channel/ThreadsFast.pm        2022-05-24 
11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( uninitialized once );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 use threads;
 use threads::shared;
@@ -326,7 +326,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Channel::ThreadsFast version 1.878
+This document describes MCE::Channel::ThreadsFast version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Channel.pm 
new/MCE-1.879/lib/MCE/Channel.pm
--- old/MCE-1.878/lib/MCE/Channel.pm    2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Channel.pm    2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( uninitialized once );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 ## no critic (TestingAndDebugging::ProhibitNoStrict)
@@ -132,7 +132,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Channel version 1.878
+This document describes MCE::Channel version 1.879
 
 =head1 SYNOPSIS
 
@@ -740,7 +740,7 @@
 
 MCE::Channel is released under the same license as Perl.
 
-See L<http://dev.perl.org/licenses/> for more information.
+See L<https://dev.perl.org/licenses/> for more information.
 
 =cut
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Child.pm 
new/MCE-1.879/lib/MCE/Child.pm
--- old/MCE-1.878/lib/MCE/Child.pm      2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Child.pm      2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 package MCE::Child;
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 ## no critic (Subroutines::ProhibitExplicitReturnUndef)
@@ -986,7 +986,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Child version 1.878
+This document describes MCE::Child version 1.879
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Core/Input/Generator.pm 
new/MCE-1.879/lib/MCE/Core/Input/Generator.pm
--- old/MCE-1.878/lib/MCE/Core/Input/Generator.pm       2022-02-20 
13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Core/Input/Generator.pm       2022-05-24 
11:07:34.000000000 +0200
@@ -15,7 +15,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## Items below are folded into MCE.
 
@@ -220,7 +220,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Core::Input::Generator version 1.878
+This document describes MCE::Core::Input::Generator version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Core/Input/Handle.pm 
new/MCE-1.879/lib/MCE/Core/Input/Handle.pm
--- old/MCE-1.878/lib/MCE/Core/Input/Handle.pm  2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Core/Input/Handle.pm  2022-05-24 11:07:34.000000000 
+0200
@@ -14,7 +14,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## Items below are folded into MCE.
 
@@ -280,7 +280,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Core::Input::Handle version 1.878
+This document describes MCE::Core::Input::Handle version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Core/Input/Iterator.pm 
new/MCE-1.879/lib/MCE/Core/Input/Iterator.pm
--- old/MCE-1.878/lib/MCE/Core/Input/Iterator.pm        2022-02-20 
13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Core/Input/Iterator.pm        2022-05-24 
11:07:34.000000000 +0200
@@ -14,7 +14,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## Items below are folded into MCE.
 
@@ -128,7 +128,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Core::Input::Iterator version 1.878
+This document describes MCE::Core::Input::Iterator version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Core/Input/Request.pm 
new/MCE-1.879/lib/MCE/Core/Input/Request.pm
--- old/MCE-1.878/lib/MCE/Core/Input/Request.pm 2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Core/Input/Request.pm 2022-05-24 11:07:34.000000000 
+0200
@@ -14,7 +14,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## Items below are folded into MCE.
 
@@ -199,7 +199,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Core::Input::Request version 1.878
+This document describes MCE::Core::Input::Request version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Core/Input/Sequence.pm 
new/MCE-1.879/lib/MCE/Core/Input/Sequence.pm
--- old/MCE-1.878/lib/MCE/Core/Input/Sequence.pm        2022-02-20 
13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Core/Input/Sequence.pm        2022-05-24 
11:07:34.000000000 +0200
@@ -14,7 +14,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## Items below are folded into MCE.
 
@@ -231,7 +231,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Core::Input::Sequence version 1.878
+This document describes MCE::Core::Input::Sequence version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Core/Manager.pm 
new/MCE-1.879/lib/MCE/Core/Manager.pm
--- old/MCE-1.878/lib/MCE/Core/Manager.pm       2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Core/Manager.pm       2022-05-24 11:07:34.000000000 
+0200
@@ -14,7 +14,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 ## no critic (TestingAndDebugging::ProhibitNoStrict)
@@ -1041,7 +1041,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Core::Manager version 1.878
+This document describes MCE::Core::Manager version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Core/Validation.pm 
new/MCE-1.879/lib/MCE/Core/Validation.pm
--- old/MCE-1.878/lib/MCE/Core/Validation.pm    2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Core/Validation.pm    2022-05-24 11:07:34.000000000 
+0200
@@ -14,7 +14,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## Items below are folded into MCE.
 
@@ -398,7 +398,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Core::Validation version 1.878
+This document describes MCE::Core::Validation version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Core/Worker.pm 
new/MCE-1.879/lib/MCE/Core/Worker.pm
--- old/MCE-1.878/lib/MCE/Core/Worker.pm        2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Core/Worker.pm        2022-05-24 11:07:34.000000000 
+0200
@@ -14,7 +14,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 my $_tid = $INC{'threads.pm'} ? threads->tid() : 0;
 
@@ -714,7 +714,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Core::Worker version 1.878
+This document describes MCE::Core::Worker version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Core.pod 
new/MCE-1.879/lib/MCE/Core.pod
--- old/MCE-1.878/lib/MCE/Core.pod      2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Core.pod      2022-05-24 11:07:34.000000000 +0200
@@ -5,7 +5,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Core version 1.878
+This document describes MCE::Core version 1.879
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Examples.pod 
new/MCE-1.879/lib/MCE/Examples.pod
--- old/MCE-1.878/lib/MCE/Examples.pod  2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Examples.pod  2022-05-24 11:07:34.000000000 +0200
@@ -5,7 +5,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Examples version 1.878
+This document describes MCE::Examples version 1.879
 
 =head1 INCLUDED WITH THE DISTRIBUTION
 
@@ -475,7 +475,7 @@
  # outputs a pbm binary to STDOUT
 
  # The Computer Language Benchmarks Game
- # http://benchmarksgame.alioth.debian.org/
+ # https://benchmarksgame-team.pages.debian.net/benchmarksgame/
  #
  # Started with:
  # C#  : Adapted by Antti Lankila from Isaac Gouy's implementation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Flow.pm 
new/MCE-1.879/lib/MCE/Flow.pm
--- old/MCE-1.878/lib/MCE/Flow.pm       2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Flow.pm       2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 ## no critic (Subroutines::ProhibitSubroutinePrototypes)
@@ -479,7 +479,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Flow version 1.878
+This document describes MCE::Flow version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Grep.pm 
new/MCE-1.879/lib/MCE/Grep.pm
--- old/MCE-1.878/lib/MCE/Grep.pm       2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Grep.pm       2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 ## no critic (Subroutines::ProhibitSubroutinePrototypes)
@@ -434,7 +434,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Grep version 1.878
+This document describes MCE::Grep version 1.879
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Loop.pm 
new/MCE-1.879/lib/MCE/Loop.pm
--- old/MCE-1.878/lib/MCE/Loop.pm       2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Loop.pm       2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 ## no critic (Subroutines::ProhibitSubroutinePrototypes)
@@ -349,7 +349,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Loop version 1.878
+This document describes MCE::Loop version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Map.pm new/MCE-1.879/lib/MCE/Map.pm
--- old/MCE-1.878/lib/MCE/Map.pm        2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Map.pm        2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 ## no critic (Subroutines::ProhibitSubroutinePrototypes)
@@ -434,7 +434,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Map version 1.878
+This document describes MCE::Map version 1.879
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Mutex/Channel.pm 
new/MCE-1.879/lib/MCE/Mutex/Channel.pm
--- old/MCE-1.878/lib/MCE/Mutex/Channel.pm      2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Mutex/Channel.pm      2022-05-24 11:07:34.000000000 
+0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized once );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 use base 'MCE::Mutex';
 use Scalar::Util qw(weaken);
@@ -139,7 +139,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Mutex::Channel version 1.878
+This document describes MCE::Mutex::Channel version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Mutex/Channel2.pm 
new/MCE-1.879/lib/MCE/Mutex/Channel2.pm
--- old/MCE-1.878/lib/MCE/Mutex/Channel2.pm     2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Mutex/Channel2.pm     2022-05-24 11:07:34.000000000 
+0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized once );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 use base 'MCE::Mutex::Channel';
 use MCE::Util ();
@@ -116,7 +116,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Mutex::Channel2 version 1.878
+This document describes MCE::Mutex::Channel2 version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Mutex/Flock.pm 
new/MCE-1.879/lib/MCE/Mutex/Flock.pm
--- old/MCE-1.878/lib/MCE/Mutex/Flock.pm        2022-02-20 13:57:06.000000000 
+0100
+++ new/MCE-1.879/lib/MCE/Mutex/Flock.pm        2022-05-24 11:07:34.000000000 
+0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized once );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 use base 'MCE::Mutex';
 use Fcntl ':flock';
@@ -183,7 +183,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Mutex::Flock version 1.878
+This document describes MCE::Mutex::Flock version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Mutex.pm 
new/MCE-1.879/lib/MCE/Mutex.pm
--- old/MCE-1.878/lib/MCE/Mutex.pm      2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Mutex.pm      2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 ## no critic (TestingAndDebugging::ProhibitNoStrict)
@@ -76,7 +76,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Mutex version 1.878
+This document describes MCE::Mutex version 1.879
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Queue.pm 
new/MCE-1.879/lib/MCE/Queue.pm
--- old/MCE-1.878/lib/MCE/Queue.pm      2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Queue.pm      2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (Subroutines::ProhibitExplicitReturnUndef)
 ## no critic (TestingAndDebugging::ProhibitNoStrict)
@@ -1395,7 +1395,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Queue version 1.878
+This document describes MCE::Queue version 1.879
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Relay.pm 
new/MCE-1.879/lib/MCE/Relay.pm
--- old/MCE-1.878/lib/MCE/Relay.pm      2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Relay.pm      2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized numeric );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (Subroutines::ProhibitSubroutinePrototypes)
 
@@ -368,7 +368,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Relay version 1.878
+This document describes MCE::Relay version 1.879
 
 =head1 SYNOPSIS
 
@@ -600,7 +600,7 @@
  # perl fasta.pl 25000000
 
  # The Computer Language Benchmarks game
- # http://benchmarksgame.alioth.debian.org/
+ # https://benchmarksgame-team.pages.debian.net/benchmarksgame/
  #
  # contributed by Barry Walsh
  # port of fasta.rb #6
@@ -880,7 +880,7 @@
  # perl fasta.pl 25000000
 
  # The Computer Language Benchmarks game
- # http://benchmarksgame.alioth.debian.org/
+ # https://benchmarksgame-team.pages.debian.net/benchmarksgame/
  #
  # contributed by Barry Walsh
  # port of fasta.rb #6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Signal.pm 
new/MCE-1.879/lib/MCE/Signal.pm
--- old/MCE-1.878/lib/MCE/Signal.pm     2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Signal.pm     2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized once );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 
@@ -438,7 +438,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Signal version 1.878
+This document describes MCE::Signal version 1.879
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Step.pm 
new/MCE-1.879/lib/MCE/Step.pm
--- old/MCE-1.878/lib/MCE/Step.pm       2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Step.pm       2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 ## no critic (Subroutines::ProhibitSubroutinePrototypes)
@@ -697,7 +697,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Step version 1.878
+This document describes MCE::Step version 1.879
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Stream.pm 
new/MCE-1.879/lib/MCE/Stream.pm
--- old/MCE-1.878/lib/MCE/Stream.pm     2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Stream.pm     2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 ## no critic (Subroutines::ProhibitSubroutinePrototypes)
@@ -671,7 +671,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Stream version 1.878
+This document describes MCE::Stream version 1.879
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Subs.pm 
new/MCE-1.879/lib/MCE/Subs.pm
--- old/MCE-1.878/lib/MCE/Subs.pm       2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Subs.pm       2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (Subroutines::ProhibitSubroutinePrototypes)
 ## no critic (TestingAndDebugging::ProhibitNoStrict)
@@ -204,7 +204,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Subs version 1.878
+This document describes MCE::Subs version 1.879
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE/Util.pm 
new/MCE-1.879/lib/MCE/Util.pm
--- old/MCE-1.878/lib/MCE/Util.pm       2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE/Util.pm       2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized numeric );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 
@@ -429,7 +429,7 @@
 
 =head1 VERSION
 
-This document describes MCE::Util version 1.878
+This document describes MCE::Util version 1.879
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE.pm new/MCE-1.879/lib/MCE.pm
--- old/MCE-1.878/lib/MCE.pm    2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE.pm    2022-05-24 11:07:34.000000000 +0200
@@ -11,7 +11,7 @@
 
 no warnings qw( threads recursion uninitialized );
 
-our $VERSION = '1.878';
+our $VERSION = '1.879';
 
 ## no critic (BuiltinFunctions::ProhibitStringyEval)
 ## no critic (Subroutines::ProhibitSubroutinePrototypes)
@@ -527,10 +527,12 @@
    _sendto_fhs_close();
 
    if ($INC{'PDL.pm'}) { local $@;
-      ## PDL::IO::Storable is required for serializing piddles.
+      # PDL::IO::Storable is required for serializing piddles.
       eval 'use PDL::IO::Storable' unless $INC{'PDL/IO/Storable.pm'};
-      ## PDL data should not be naively copied in new threads.
+      # PDL data should not be naively copied in new threads.
       eval 'no warnings; sub PDL::CLONE_SKIP { 1 }';
+      # Disable PDL auto-threading.
+      eval q{ PDL::set_autopthread_targ(1) };
    }
    if ( $INC{'LWP/UserAgent.pm'} && !$INC{'Net/HTTP.pm'} ) {
       local $@; eval 'require Net::HTTP; require Net::HTTPS';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.878/lib/MCE.pod new/MCE-1.879/lib/MCE.pod
--- old/MCE-1.878/lib/MCE.pod   2022-02-20 13:57:06.000000000 +0100
+++ new/MCE-1.879/lib/MCE.pod   2022-05-24 11:07:34.000000000 +0200
@@ -5,7 +5,7 @@
 
 =head1 VERSION
 
-This document describes MCE version 1.878
+This document describes MCE version 1.879
 
 Many-Core Engine (MCE) for Perl helps enable a new level of performance by
 maximizing all available cores.
@@ -267,14 +267,12 @@
 
 =head1 SOURCE AND FURTHER READING
 
-The source, cookbook, and examples are hosted at GitHub.
+The source and examples are hosted at GitHub.
 
 =over 3
 
 =item * L<https://github.com/marioroy/mce-perl>
 
-=item * L<https://github.com/marioroy/mce-cookbook>
-
 =item * L<https://github.com/marioroy/mce-examples>
 
 =back
@@ -305,7 +303,7 @@
 
 MCE is released under the same license as Perl.
 
-See L<http://dev.perl.org/licenses/> for more information.
+See L<https://dev.perl.org/licenses/> for more information.
 
 =cut
 

Reply via email to