summaryrefslogtreecommitdiff
path: root/lib/MCE/Channel/MutexFast.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2022-12-17 17:56:58 +0100
committergregor herrmann <gregoa@debian.org>2022-12-17 17:56:58 +0100
commit77ee6d443c4d1831e776a45040752642dcc2995b (patch)
tree6d5c6ccffe331c328883a203591b8db1c4a824b3 /lib/MCE/Channel/MutexFast.pm
parentd0d9d54f0466b8c620498dc0646518699a62d2d0 (diff)
New upstream version 1.882
Diffstat (limited to 'lib/MCE/Channel/MutexFast.pm')
-rw-r--r--lib/MCE/Channel/MutexFast.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/MCE/Channel/MutexFast.pm b/lib/MCE/Channel/MutexFast.pm
index 6b76d92..05c64fc 100644
--- a/lib/MCE/Channel/MutexFast.pm
+++ b/lib/MCE/Channel/MutexFast.pm
@@ -11,7 +11,7 @@ use warnings;
no warnings qw( uninitialized once );
-our $VERSION = '1.881';
+our $VERSION = '1.882';
use base 'MCE::Channel';
use MCE::Mutex ();
@@ -308,7 +308,7 @@ MCE::Channel::MutexFast - Fast channel for producer(s) and many consumers
=head1 VERSION
-This document describes MCE::Channel::MutexFast version 1.881
+This document describes MCE::Channel::MutexFast version 1.882
=head1 DESCRIPTION