From: Karl Williamson Date: Tue, 26 Apr 2011 22:11:17 +0000 (-0600) Subject: perlthrtut: fix broken links X-Git-Tag: accepted/trunk/20130322.191538~4285 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bc749662f181f5a0f0fb97edf6ecf3634e32c11;p=platform%2Fupstream%2Fperl.git perlthrtut: fix broken links --- diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index 30f8357..d3136e9 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -13,7 +13,7 @@ between threads must be explicit. The user-level interface for I uses the L class. B: There was another older Perl threading flavor called the 5.005 model -that used the L class. This old model was known to have problems, is +that used the L class. This old model was known to have problems, is deprecated, and was removed for release 5.10. You are strongly encouraged to migrate any existing 5.005 threads code to the new model as soon as possible. @@ -1043,7 +1043,7 @@ give you the full POSIX API). For example, there is no way to guarantee that a signal sent to a multi-threaded Perl application will get intercepted by any particular thread. (However, a recently added feature does provide the capability to send signals between -threads. See L for more details.) +threads. See L for more details.) =head1 Thread-Safety of System Libraries