Skip to content

Commit 183726a

Browse files
committed
perldelta for close(STDOUT) for a popen(STDOUT) on Win32
1 parent 36232c3 commit 183726a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pod/perldelta.pod

+5
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,11 @@ This has now been fixed, and runs as expected. ([GH #23064]).
388388
say "This line would never run";
389389
}
390390

391+
=item *
392+
393+
C<close(STDOUT)> when C<STDOUT> has been opened as a pipe will now
394+
properly wait for the child to exit on Windows. [GH #4106]
395+
391396
=back
392397

393398
=head1 Known Problems

0 commit comments

Comments
 (0)