diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2010-12-24 22:29:14 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-12-24 22:29:14 +0000 |
commit | 0b76a1aba72393931944e93dffe81e1937ff3ac4 (patch) | |
tree | fc275882fac799c375def3fa37a7e370bf68b1d0 | |
parent | 8134577e753e8ffd87f6641511c15ddd97943cd1 (diff) | |
download | perl-0b76a1aba72393931944e93dffe81e1937ff3ac4.tar.gz |
[PATCH] Upgrade to threads::shared 1.36
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | dist/threads-shared/lib/threads/shared.pm | 10 |
2 files changed, 3 insertions, 9 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 9f06276acc..2c01ccbd60 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1471,7 +1471,7 @@ use File::Glob qw(:case); 'threads::shared' => { 'MAINTAINER' => 'jdhedden', - 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.34.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.36.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 b99a038759..5b9a16f4b2 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.35'; +our $VERSION = '1.36'; 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.34 +This document describes threads::shared version 1.36 =head1 SYNOPSIS @@ -588,12 +588,6 @@ to: L<http://rt.cpan.org/Public/Dist/Display.html?Name=threads-shared> 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.34/shared.pm> - -Source repository: -L<http://code.google.com/p/threads-shared/> - L<threads>, L<perlthrtut> L<http://www.perl.com/pub/a/2002/06/11/threads.html> and |