summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2011-04-17 19:44:29 -0400
committerJesse Vincent <jesse@bestpractical.com>2011-04-19 15:32:07 +1000
commit6c7935a1df1031c2aedf17c36097a523dbeff34f (patch)
tree99c2ccd05c954a8ea30df237a3de788b04d0ab8d
parentc052850d052a66f241dc56d8855511366ed1a53e (diff)
downloadperl-6c7935a1df1031c2aedf17c36097a523dbeff34f.tar.gz
Upgrade to threads::shared 1.37
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--dist/threads-shared/lib/threads/shared.pm4
2 files changed, 3 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 0c73d10d67..90542e6b7d 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1867,7 +1867,7 @@ use File::Glob qw(:case);
'threads::shared' =>
{
'MAINTAINER' => 'jdhedden',
- 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.36.tar.gz',
+ 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.37.tar.gz',
'FILES' => q[dist/threads-shared],
'EXCLUDED' => [ qw(examples/class.pl
shared.h
diff --git a/dist/threads-shared/lib/threads/shared.pm b/dist/threads-shared/lib/threads/shared.pm
index 5b9a16f4b2..d75f04ddf5 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.36';
+our $VERSION = '1.37';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -187,7 +187,7 @@ threads::shared - Perl extension for sharing data structures between threads
=head1 VERSION
-This document describes threads::shared version 1.36
+This document describes threads::shared version 1.37
=head1 SYNOPSIS