This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b488de0
)
Bring a long line in threads.pm under 80 cols
author
kafka
<kafka@madrognon.net>
Wed, 14 May 2014 16:10:49 +0000
(18:10 +0200)
committer
James E Keenan
<jkeenan@cpan.org>
Wed, 4 Jun 2014 14:44:04 +0000
(10:44 -0400)
For: https://rt.perl.org/Ticket/Display.html?id=121873
dist/threads/lib/threads.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/threads/lib/threads.pm
b/dist/threads/lib/threads.pm
index
8e4adfe
..
c395d7b
100644
(file)
--- 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<PERL_OLD_SIGNALS> (see C<perl -V>).
-=item * The environment variable C<PERL_SIGNALS> is set to C<unsafe> (see L<perlrun/"PERL_SIGNALS">).
+=item * The environment variable C<PERL_SIGNALS> is set to C<unsafe>
+(see L<perlrun/"PERL_SIGNALS">).
=item * The module L<Perl::Unsafe::Signals> is used.