We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bbc65 commit 294ca82Copy full SHA for 294ca82
Changelog
@@ -1,5 +1,11 @@
1
Revision history for Perl extension IPC::Run
2
3
+NEXT
4
+ - #172 - Reduce delays in detecting child exit
5
+ - #174 - Add quickstart section at the top of the docs
6
+ - #177 - Retry _read() on EINTR, instead of losing pipe contents.
7
+ - In test suite, work around bug in NetBSD 10.
8
+
9
20231003.0 Mon Oct 2 2023
10
Windows now matches other platforms in that a child calling exit(N) causes
11
result() to return N and full_result() to return N << 8. On Windows, before
0 commit comments