diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2011-04-17 19:44:29 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-04-19 15:32:07 +1000 |
commit | 6c7935a1df1031c2aedf17c36097a523dbeff34f (patch) | |
tree | 99c2ccd05c954a8ea30df237a3de788b04d0ab8d /dist/threads-shared | |
parent | c052850d052a66f241dc56d8855511366ed1a53e (diff) | |
download | perl-6c7935a1df1031c2aedf17c36097a523dbeff34f.tar.gz |
Upgrade to threads::shared 1.37
Diffstat (limited to 'dist/threads-shared')
-rw-r--r-- | dist/threads-shared/lib/threads/shared.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/threads-shared/lib/threads/shared.pm b/dist/threads-shared/lib/threads/shared.pm index 5b9a16f4b2..d75f04ddf5 100644 --- a/dist/threads-shared/lib/threads/shared.pm +++ b/dist/threads-shared/lib/threads/shared.pm @@ -7,7 +7,7 @@ use warnings; use Scalar::Util qw(reftype refaddr blessed); -our $VERSION = '1.36'; +our $VERSION = '1.37'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -187,7 +187,7 @@ threads::shared - Perl extension for sharing data structures between threads =head1 VERSION -This document describes threads::shared version 1.36 +This document describes threads::shared version 1.37 =head1 SYNOPSIS |