This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to threads::shared 1.34
authorJerry D. Hedden <jdhedden@cpan.org>
Fri, 8 Oct 2010 16:58:33 +0000 (12:58 -0400)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 8 Oct 2010 22:30:50 +0000 (23:30 +0100)
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Porting/Maintainers.pl
dist/threads-shared/lib/threads/shared.pm

index 24719f3..73b02bb 100755 (executable)
@@ -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
index 269e35a..b8ad7b7 100644 (file)
@@ -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/>