X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/e57c1822e7b53e0ef6a7d0f39459c328dc0d59fc..8134577e753e8ffd87f6641511c15ddd97943cd1:/dist/threads/lib/threads.pm diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm index aef9c2a..35bed52 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 Discussion Forum on CPAN: L -Annotated POD for L: -L - -Source repository: -L - L, L L and