From 4bc749662f181f5a0f0fb97edf6ecf3634e32c11 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 26 Apr 2011 16:11:17 -0600 Subject: [PATCH] perlthrtut: fix broken links --- pod/perlthrtut.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4