diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-26 09:06:23 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:02 -0600 |
commit | 1357b38e7171068ca3ae91236534972bbf9217a4 (patch) | |
tree | f314134d90e214d792be843232da424b0069e6dd /dist/threads-shared | |
parent | adc5c68a39496958b15d1325d56077915afbbfe0 (diff) | |
download | perl-1357b38e7171068ca3ae91236534972bbf9217a4.tar.gz |
threads-shared: Fix broken link
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 d75f04ddf5..23b4dfbcc4 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.37'; +our $VERSION = '1.38'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -543,7 +543,7 @@ thread. Using L<refaddr()|Scalar::Util/"refaddr EXPR">) is unreliable for testing whether or not two shared references are equivalent (e.g., when testing for -circular references). Use L<is_shared()/"is_shared VARIABLE">, instead: +circular references). Use L<is_shared()|/"is_shared VARIABLE">, instead: use threads; use threads::shared; |