summaryrefslogtreecommitdiff
path: root/dist/threads/lib/threads.pm
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2015-03-07 21:33:02 -0500
committerSteve Hay <steve.m.hay@googlemail.com>2015-03-17 22:35:32 +0000
commit375a183df37f02dd03017a269198e3e7db608e7c (patch)
treec44bece45a25a079b28db5e1893d9da57e65110f /dist/threads/lib/threads.pm
parentfea595886a8471a2018931e024df15febd8472d9 (diff)
downloadperl-375a183df37f02dd03017a269198e3e7db608e7c.tar.gz
Upgrade to threads 2.01
Diffstat (limited to 'dist/threads/lib/threads.pm')
-rw-r--r--dist/threads/lib/threads.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm
index 0e863ded21..7d7ea3db6d 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.99';
+our $VERSION = '2.01';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -134,7 +134,7 @@ threads - Perl interpreter-based threads
=head1 VERSION
-This document describes threads version 1.99
+This document describes threads version 2.01
=head1 WARNING