This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d19da2
)
threads::shared doc
author
Andy Bussey
<andybussey@yahoo.co.uk>
Thu, 3 Jan 2002 23:24:13 +0000
(23:24 +0000)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Fri, 4 Jan 2002 02:58:05 +0000
(
02:58
+0000)
Message-Id: <
20020103232413
.3690.qmail@web21001.mail.yahoo.com>
p4raw-link: @14042 on //depot/perl:
0ac6548c96ce0c047f2319c1d7393075a554e45d
p4raw-id: //depot/perl@14050
ext/threads/shared/shared.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/threads/shared/shared.pm
b/ext/threads/shared/shared.pm
index
1f2ad9d
..
62cdbdd
100644
(file)
--- a/
ext/threads/shared/shared.pm
+++ b/
ext/threads/shared/shared.pm
@@
-211,10
+211,10
@@
in a C<cond_wait> on the locked variable, rather than only one.
=head1 NOTES
-threads::shared is designed
is
disable itself silently if threads are
+threads::shared is designed
to
disable itself silently if threads are
not available. If you want access to threads, you must C<use threads>
before you C<use threads::shared>. threads will emit a warning if you
-use it
before
threads::shared.
+use it
after
threads::shared.
=head1 BUGS