From 9eb079889d43e6a139f9c2a4ae4aaa734e2dad4d Mon Sep 17 00:00:00 2001 From: kafka Date: Wed, 14 May 2014 18:10:49 +0200 Subject: [PATCH] Bring a long line in threads.pm under 80 cols For: https://rt.perl.org/Ticket/Display.html?id=121873 --- dist/threads/lib/threads.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm index 8e4adfed6102..c395d7ba5114 100644 --- a/dist/threads/lib/threads.pm +++ b/dist/threads/lib/threads.pm @@ -1006,7 +1006,8 @@ signalling behavior is only in effect in the following situations: =item * Perl has been built with C (see C). -=item * The environment variable C is set to C (see L). +=item * The environment variable C is set to C +(see L). =item * The module L is used.