[PATCH] Upgrade to threads::shared 1.36
authorJerry D. Hedden <jdhedden@cpan.org>
Fri, 24 Dec 2010 22:29:14 +0000 (22:29 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 24 Dec 2010 22:29:14 +0000 (22:29 +0000)
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Porting/Maintainers.pl
dist/threads-shared/lib/threads/shared.pm

index 9f06276..2c01ccb 100755 (executable)
@@ -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
index b99a038..5b9a16f 100644 (file)
@@ -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