summaryrefslogtreecommitdiff
path: root/lib/Thread.pm
diff options
context:
space:
mode:
authorElizabeth Mattijsen <liz@dijkmat.nl>2002-06-08 01:57:01 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-07 20:59:14 +0000
commit3d1f1caf68f964a756e1ffb5a4c6bc032cad2402 (patch)
tree2b7e864edc88fd60c371ca0087b9fdb28945d47c /lib/Thread.pm
parent56d3e32d092cbfd472663b5f2168553262c8df58 (diff)
downloadperl-3d1f1caf68f964a756e1ffb5a4c6bc032cad2402.tar.gz
Re: [DOCPATCH] Thread.pm
Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl> p4raw-id: //depot/perl@17072
Diffstat (limited to 'lib/Thread.pm')
-rw-r--r--lib/Thread.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Thread.pm b/lib/Thread.pm
index fe277e81fe..c9f05c0526 100644
--- a/lib/Thread.pm
+++ b/lib/Thread.pm
@@ -28,7 +28,7 @@ BEGIN {
=head1 NAME
-Thread - manipulate threads in Perl
+Thread - manipulate threads in Perl (for old code only)
=head1 CAVEAT
@@ -65,7 +65,7 @@ be thought differently. With the ithreads you must explicitly share()
variables between the threads.
For new code the use of the C<Thread> module is discouraged and
-the direct use use of the C<threads> and C<threads::shared> modules
+the direct use of the C<threads> and C<threads::shared> modules
is encouraged instead.
Finally, note that there are many known serious problems with the