summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2010-10-08 12:58:33 -0400
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-10-08 23:30:50 +0100
commita51ebd1fd53deab311ad5aa93baad138339afbfd (patch)
treedd2b4ce1cbad2f80068059d66a63add2dd4e9966 /dist
parentb4dd66232df8f0d1c00796970dec7fc37fbe9edf (diff)
downloadperl-a51ebd1fd53deab311ad5aa93baad138339afbfd.tar.gz
Upgrade to threads::shared 1.34
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'dist')
-rw-r--r--dist/threads-shared/lib/threads/shared.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/threads-shared/lib/threads/shared.pm b/dist/threads-shared/lib/threads/shared.pm
index 269e35a2a2..b8ad7b7f4c 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.33_04';
+our $VERSION = '1.34';
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.33
+This document describes threads::shared version 1.34
=head1 SYNOPSIS
@@ -589,7 +589,7 @@ L<threads::shared> Discussion Forum on CPAN:
L<http://www.cpanforum.com/dist/threads-shared>
Annotated POD for L<threads::shared>:
-L<http://annocpan.org/~JDHEDDEN/threads-shared-1.33/shared.pm>
+L<http://annocpan.org/~JDHEDDEN/threads-shared-1.34/shared.pm>
Source repository:
L<http://code.google.com/p/threads-shared/>