In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ac4c972082d442917e12ef24ec829ae48334b0f3?hp=b4dd66232df8f0d1c00796970dec7fc37fbe9edf>
- Log ----------------------------------------------------------------- commit ac4c972082d442917e12ef24ec829ae48334b0f3 Author: Chris 'BinGOs' Williams <[email protected]> Date: Fri Oct 8 23:33:46 2010 +0100 Update perldelta.pod for threads::shared upgrade M pod/perldelta.pod commit a51ebd1fd53deab311ad5aa93baad138339afbfd Author: Jerry D. Hedden <[email protected]> Date: Fri Oct 8 12:58:33 2010 -0400 Upgrade to threads::shared 1.34 Signed-off-by: Chris 'BinGOs' Williams <[email protected]> M Porting/Maintainers.pl M dist/threads-shared/lib/threads/shared.pm ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- dist/threads-shared/lib/threads/shared.pm | 6 +++--- pod/perldelta.pod | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 24719f3..73b02bb 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 269e35a..b8ad7b7 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/> diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 87a8592..f91e474 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -289,7 +289,11 @@ L<[perl #72340]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=72340>. =item * -C<threads> has been upgrade from version 1.77_03 to 1.81 +C<threads> has been upgraded from version 1.77_03 to 1.81 + +=item * + +C<threads::shared> has been upgrade from version 1.33_03 to 1.34 =item * -- Perl5 Master Repository
