Correct threads version
authorFather Chrysostomos <sprout@cpan.org>
Thu, 14 Oct 2010 20:02:40 +0000 (13:02 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 14 Oct 2010 20:03:06 +0000 (13:03 -0700)
dist/threads/lib/threads.pm
pod/perldelta.pod

index bbef9c6..502ef70 100644 (file)
@@ -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;
 
index d021c43..0d21c9f 100644 (file)
@@ -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 *