diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2010-10-08 12:58:33 -0400 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-08 23:30:50 +0100 |
commit | a51ebd1fd53deab311ad5aa93baad138339afbfd (patch) | |
tree | dd2b4ce1cbad2f80068059d66a63add2dd4e9966 | |
parent | b4dd66232df8f0d1c00796970dec7fc37fbe9edf (diff) | |
download | perl-a51ebd1fd53deab311ad5aa93baad138339afbfd.tar.gz |
Upgrade to threads::shared 1.34
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 | 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<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/> |