From b92a77e828e3ef7e2de6147a682bcf14f4e8bf05 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 16 Dec 2011 09:47:13 -0800 Subject: [PATCH] perldiag: rewrap an entry so that splain output looks better. --- pod/perldiag.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 8c981aa..8aab755 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -252,8 +252,8 @@ know which context to supply to the right side. =item A thread exited while %d threads were running -(W threads)(S) When using threaded Perl, a thread (not necessarily the main -thread) exited while there were still other threads running. +(W threads)(S) When using threaded Perl, a thread (not necessarily +the main thread) exited while there were still other threads running. Usually it's a good idea first to collect the return values of the created threads by joining them, and only then to exit from the main thread. See L. -- 2.7.4