summaryrefslogtreecommitdiff
path: root/dist/threads
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-02 17:51:26 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-02 17:51:37 -0800
commit47e6bc513676443472ed9b4e9d5a437163b0df6d (patch)
treec5cad6c79e92d473650432195a60af579f24b447 /dist/threads
parent04e1a75e14ce33fdbaa34fb8b6b284afdc9c68d8 (diff)
downloadperl-47e6bc513676443472ed9b4e9d5a437163b0df6d.tar.gz
Increase $threads::VERSION to 1.86
Diffstat (limited to 'dist/threads')
-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 4b85c9af03..3c558865b5 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.85';
+our $VERSION = '1.86';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -134,7 +134,7 @@ threads - Perl interpreter-based threads
=head1 VERSION
-This document describes threads version 1.85
+This document describes threads version 1.86
=head1 SYNOPSIS