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 --- Porting/Maintainers.pl | 2 +- dist/threads-shared/lib/threads/shared.pm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 24719f3296..73b02bb7d9 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1431,7 +1431,7 @@ use File::Glob qw(:case); 'threads::shared' => { 'MAINTAINER' => 'jdhedden', - 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.33.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.34.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 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