summaryrefslogtreecommitdiff
path: root/dist/threads/lib/threads.pm
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2011-09-03 11:05:08 -0400
committerFather Chrysostomos <sprout@cpan.org>2011-09-03 09:46:58 -0700
commit85d6e69a0ae752dd8d01a7f47142f8d2bfbda210 (patch)
tree48e869f9c9f6b8ba5bc978c1f32ca4e75914e426 /dist/threads/lib/threads.pm
parent4666110583d3cc7d03119aa86af26cfe90ce5482 (diff)
downloadperl-85d6e69a0ae752dd8d01a7f47142f8d2bfbda210.tar.gz
Upgrade to threads 1.85
Diffstat (limited to 'dist/threads/lib/threads.pm')
-rw-r--r--dist/threads/lib/threads.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm
index 0bf061d3fb..4b85c9af03 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'; # Do not forget to update the pod!
+our $VERSION = '1.85';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;