Subject: | POE::Wheel::Run->kill return value portability |
The return value of POE::Wheel::Run->kill() should be portable: same
kind of value either Win32 or *n*x.
The current code return the return value of CORE::kill() on Unix and
Win32::Process::KillProcess on Win32, but those return values have not
the same meaning.
See TerminateProcess, the Win32 API function used internally by
KillProcess()
http://msdn.microsoft.com/en-us/library/ms686714%28VS.85%29.aspx
--
Olivier Mengué - http://o.mengue.free.fr/