The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.019_01 - 2013-02-06

  • Create new global variable $MY_PID, which is Cygwin::pid_to_winpid($$) under Cygwin, and just $$ under everything else. Rewrite all uses of $$ to $MY_PID. $MY_PID is documented as experimental, and (under Cygwin) does not have the forking magic of $$. Bring Changes file into compliance with Test::CPAN::Changes. Add author test xt/author/changes.t to be sure it stays that way.

Modules

Provide process information for Windows 32 systems.
Provide process information via NT-native calls.
Provide process information via Proc::ProcessTable.
Provide process information via WMI.