summaryrefslogtreecommitdiff
path: root/lib/MCE/Child.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-12-30 02:26:08 +0100
committergregor herrmann <gregoa@debian.org>2019-12-30 02:26:08 +0100
commit709d430507e03948cd7bc5546d9c7af46b7ac3bf (patch)
tree7dec3e70f6259bb2d781191a72fa52b161dcf65f /lib/MCE/Child.pm
parent27a9267584798a8786208540a6f4c8b9ae6e8002 (diff)
New upstream version 1.865
Diffstat (limited to 'lib/MCE/Child.pm')
-rw-r--r--lib/MCE/Child.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/MCE/Child.pm b/lib/MCE/Child.pm
index d8d2bf6..ee4e14a 100644
--- a/lib/MCE/Child.pm
+++ b/lib/MCE/Child.pm
@@ -11,7 +11,7 @@ no warnings qw( threads recursion uninitialized once redefine );
package MCE::Child;
-our $VERSION = '1.864';
+our $VERSION = '1.865';
## no critic (BuiltinFunctions::ProhibitStringyEval)
## no critic (Subroutines::ProhibitExplicitReturnUndef)
@@ -972,7 +972,7 @@ MCE::Child - A threads-like parallelization module compatible with Perl 5.8
=head1 VERSION
-This document describes MCE::Child version 1.864
+This document describes MCE::Child version 1.865
=head1 SYNOPSIS
@@ -1565,7 +1565,7 @@ similarly to MCE's interval option. It throttles workers from running too fast.
A demonstration is provided in the next section for fetching URLs in parallel.
The default C<floating_seconds> is 0.008 and 0.015 on UNIX and Windows,
-respectively. Pass 0 if you want to give other workers a chance to run.
+respectively. Pass 0 if simply wanting to give other workers a chance to run.
# total run time: 1.00 second