Tue Jan 10 04:54:48 2023: Request 145850 was acted upon.
Transaction: Ticket created by
eponymo...@yahoo.com
Queue: Win32-Process
Subject: doc for Win32::Process::KillProcess() is backward
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors:
eponymo...@yahoo.com
Status: new
Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=145850 >
In Win32::Process 0.17 at least, the doc for Win32::Process::KillProcess() is wrong. It says:
$exitcode will be set to the exit code of the process.
when in fact it should say:
The exit code of the terminated process will be set to the value of $exitcode.