summaryrefslogtreecommitdiff
path: root/dist/threads/lib
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2010-12-24 22:27:58 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-12-24 22:27:58 +0000
commit8134577e753e8ffd87f6641511c15ddd97943cd1 (patch)
treeb15cd8337640643581e76ae64e657ebfa8f3efde /dist/threads/lib
parentb296285b4ca65486f2c1f6be30234679351f0c2b (diff)
downloadperl-8134577e753e8ffd87f6641511c15ddd97943cd1.tar.gz
[PATCH] Upgrade to threads 1.82
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'dist/threads/lib')
-rw-r--r--dist/threads/lib/threads.pm10
1 files changed, 2 insertions, 8 deletions
diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm
index aef9c2a3e9..35bed52ad0 100644
--- a/dist/threads/lib/threads.pm
+++ b/dist/threads/lib/threads.pm
@@ -5,7 +5,7 @@ use 5.008;
use strict;
use warnings;
-our $VERSION = '1.81_03';
+our $VERSION = '1.82';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -134,7 +134,7 @@ threads - Perl interpreter-based threads
=head1 VERSION
-This document describes threads version 1.81
+This document describes threads version 1.82
=head1 SYNOPSIS
@@ -1045,12 +1045,6 @@ Perl 5.8.0 or later
L<threads> Discussion Forum on CPAN:
L<http://www.cpanforum.com/dist/threads>
-Annotated POD for L<threads>:
-L<http://annocpan.org/~JDHEDDEN/threads-1.81/threads.pm>
-
-Source repository:
-L<http://code.google.com/p/threads-shared/>
-
L<threads::shared>, L<perlthrtut>
L<http://www.perl.com/pub/a/2002/06/11/threads.html> and