summaryrefslogtreecommitdiff
path: root/dist/threads-shared/lib
diff options
context:
space:
mode:
authorjdhedden <jdhedden@cpan.org>2017-05-07 18:48:59 -0400
committerJames E Keenan <jkeenan@cpan.org>2017-06-01 08:43:51 -0400
commit7ce27a6f2b89dae3defa2524b76268114d9aa220 (patch)
tree5d09f59bf8fba42b389937b00add9ce22fe73d28 /dist/threads-shared/lib
parent8a6aac01b357b1712b6af0e9295067de745ebda3 (diff)
downloadperl-7ce27a6f2b89dae3defa2524b76268114d9aa220.tar.gz
Upgrade to threads::shared 1.57
Diffstat (limited to 'dist/threads-shared/lib')
-rw-r--r--dist/threads-shared/lib/threads/shared.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/threads-shared/lib/threads/shared.pm b/dist/threads-shared/lib/threads/shared.pm
index 73c4dd997f..9be89f33f2 100644
--- a/dist/threads-shared/lib/threads/shared.pm
+++ b/dist/threads-shared/lib/threads/shared.pm
@@ -7,7 +7,7 @@ use warnings;
use Scalar::Util qw(reftype refaddr blessed);
-our $VERSION = '1.56'; # Please update the pod, too.
+our $VERSION = '1.57'; # Please update the pod, too.
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -195,7 +195,7 @@ threads::shared - Perl extension for sharing data structures between threads
=head1 VERSION
-This document describes threads::shared version 1.56
+This document describes threads::shared version 1.57
=head1 SYNOPSIS