From: Jarkko Hietaniemi Date: Wed, 5 Jun 2002 00:58:43 +0000 (+0000) Subject: perlthrtut links. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4c18bbd32f64fb5117e27f750e0f7f223d17760d;p=p5sagit%2Fp5-mst-13.2.git perlthrtut links. p4raw-id: //depot/perl@16998 --- diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm index 7536495..f98ca7d 100644 --- a/ext/threads/shared/shared.pm +++ b/ext/threads/shared/shared.pm @@ -201,11 +201,6 @@ Documentation borrowed from Thread.pm =head1 SEE ALSO -L L +L, L =cut - - - - - diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index 43d1f0a..5739104 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -259,6 +259,6 @@ please join perl-ithreads@perl.org for more information =head1 SEE ALSO -L, L, L, L, L +L, L, L, L, L =cut diff --git a/pod/perldelta.pod b/pod/perldelta.pod index db3d332..6b2a06e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -246,7 +246,8 @@ to be removed in a future release. The 5.005 threads model (module C) is deprecated and expected to be removed in Perl 5.10. Multithreaded code should be migrated to -the new ithreads model (see L and L). +the new ithreads model (see L, L and +L). =item * @@ -989,7 +990,8 @@ parsing algorithms. See L. C, by Arthur Bergman, is an interface to interpreter threads. Interpreter threads (ithreads) is the new thread model introduced in Perl 5.6 but only available as an internal interface for extension -writers (and for Win32 Perl for C emulation). See L. +writers (and for Win32 Perl for C emulation). See L, +L, and L. =item *