Skip to content

Commit 38f3ed8

Browse files
tonycozmauke
authored andcommitted
perldelta for close(STDOUT) for a popen(STDOUT) on Win32
1 parent 1b60c31 commit 38f3ed8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pod/perldelta.pod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@ reading and that error is C<EAGAIN> or C<EWOULDBLOCK>. This allows
395395
old code that depended on C<readline> to clear all errors to ignore
396396
these relatively harmless errors. [GH #22883]
397397

398+
=item *
399+
400+
C<close(STDOUT)> when C<STDOUT> has been opened as a pipe will now
401+
properly wait for the child to exit on Windows. [GH #4106]
402+
398403
=back
399404

400405
=head1 Known Problems

0 commit comments

Comments
 (0)