diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2015-03-07 21:33:02 -0500 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-03-17 22:35:32 +0000 |
commit | 375a183df37f02dd03017a269198e3e7db608e7c (patch) | |
tree | c44bece45a25a079b28db5e1893d9da57e65110f /dist/threads/lib/threads.pm | |
parent | fea595886a8471a2018931e024df15febd8472d9 (diff) | |
download | perl-375a183df37f02dd03017a269198e3e7db608e7c.tar.gz |
Upgrade to threads 2.01
Diffstat (limited to 'dist/threads/lib/threads.pm')
-rw-r--r-- | dist/threads/lib/threads.pm | 4 |
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 |