In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/fd0b39e2c8e08d180653e64e96276216d2b606ac?hp=35608a1658fe75c79ca53d96aea6cf7cb2a98615>

- Log -----------------------------------------------------------------
commit fd0b39e2c8e08d180653e64e96276216d2b606ac
Author: Tony Cook <[email protected]>
Date:   Thu May 30 10:33:40 2019 +1000

    perldelta for fb5e77103dd4, 35608a1658fe

-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 83529ef3d0..6567fd0b22 100644
--- 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
 

-- 
Perl5 Master Repository

Reply via email to