From 85ed0b9486231f3a6f3216b29f2740c5c7b832cc Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Sun, 19 May 2024 14:13:05 -0700 Subject: [PATCH] Fix documentation of kill_kill return value. --- lib/IPC/Run.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IPC/Run.pm b/lib/IPC/Run.pm index e156a37..c32b892 100644 --- a/lib/IPC/Run.pm +++ b/lib/IPC/Run.pm @@ -1746,7 +1746,7 @@ The harness is then cleaned up. The doubled name indicates that this function may kill again and avoids colliding with the core Perl C function. -Returns a 1 if the C was sufficient, or a 0 if C was +Returns undef if the C was sufficient, or a 1 if C was required. Throws an exception if C did not permit the children to be reaped.