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:
35608a1
)
perldelta for fb5e77103dd4, 35608a1658fe
author
Tony Cook
<tony@develop-help.com>
Thu, 30 May 2019 00:33:40 +0000
(10:33 +1000)
committer
Tony Cook
<tony@develop-help.com>
Thu, 30 May 2019 00:33:40 +0000
(10:33 +1000)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
83529ef
..
6567fd0
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-363,7
+363,10
@@
files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
=item *
-XXX
+close() on a pipe now preemptively clears the PerlIO object from the
+IO SV. This prevents a second attempt to close the already closed
+PerlIO object if a signal handler calls die() or exit() while close()
+is waiting for the child process to complete. [perl #122112]
=back