In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/97a3247adea926c98e663d6988a86fbd1fb29df5?hp=e8a40f4ecf0d5000ea0ab99a5261915891d55f51>
- Log ----------------------------------------------------------------- commit 97a3247adea926c98e663d6988a86fbd1fb29df5 Author: Father Chrysostomos <[email protected]> Date: Thu Oct 14 13:02:40 2010 -0700 Correct threads version ----------------------------------------------------------------------- Summary of changes: dist/threads/lib/threads.pm | 2 +- pod/perldelta.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm index bbef9c6..502ef70 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.82'; +our $VERSION = '1.81_01'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d021c43..0d21c9f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -331,7 +331,7 @@ L<[perl #72340]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=72340>. =item * -C<threads> has been upgraded from version 1.77_03 to 1.82 +C<threads> has been upgraded from version 1.77_03 to 1.81_01. =item * -- Perl5 Master Repository
