From a51ebd1fd53deab311ad5aa93baad138339afbfd Mon Sep 17 00:00:00 2001 From: "Jerry D. Hedden" Date: Fri, 8 Oct 2010 12:58:33 -0400 Subject: Upgrade to threads::shared 1.34 Signed-off-by: Chris 'BinGOs' Williams --- dist/threads-shared/lib/threads/shared.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dist/threads-shared') 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 Discussion Forum on CPAN: L Annotated POD for L: -L +L Source repository: L -- cgit v1.2.1