diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2008-06-17 12:28:45 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-06-19 14:04:59 +0000 |
commit | 15b48317acf1797cdbfddc786e181f0842043250 (patch) | |
tree | 8d9ecc439b6002f7fd360d9aa7f402b076c58538 /ext/threads/shared/shared.pm | |
parent | d909c5cbac67256df64d980d1bef90e973c0d139 (diff) | |
download | perl-15b48317acf1797cdbfddc786e181f0842043250.tar.gz |
threads::shared 1.23
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510806171328y54650760u12c8148830a60a63@mail.gmail.com>
p4raw-id: //depot/perl@34074
Diffstat (limited to 'ext/threads/shared/shared.pm')
-rw-r--r-- | ext/threads/shared/shared.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm index 37c07042f1..c73303b71d 100644 --- a/ext/threads/shared/shared.pm +++ b/ext/threads/shared/shared.pm @@ -7,7 +7,7 @@ use warnings; use Scalar::Util qw(reftype refaddr blessed); -our $VERSION = '1.22'; +our $VERSION = '1.23'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -186,7 +186,7 @@ threads::shared - Perl extension for sharing data structures between threads =head1 VERSION -This document describes threads::shared version 1.22 +This document describes threads::shared version 1.23 =head1 SYNOPSIS @@ -540,7 +540,7 @@ L<threads::shared> Discussion Forum on CPAN: L<http://www.cpanforum.com/dist/threads-shared> Annotated POD for L<threads::shared>: -L<http://annocpan.org/~JDHEDDEN/threads-shared-1.22/shared.pm> +L<http://annocpan.org/~JDHEDDEN/threads-shared-1.23/shared.pm> Source repository: L<http://code.google.com/p/threads-shared/> |