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

Changes for version 1.015

  • Use eval { $invocant->isa( ... ) } instead of isa( $invocant, ... ), since the latter is deprecated under Perl 5.12. Document the need for an explicit import() in the NOTICE section of the Win32::Process::Info POD. Provide an explicit error message to this effect in new() if import() has in fact not been called. Thanks to Piotr Lewandowski for reporting this omission. Move change history to the Changes file. Convert to the CPAN-recommended license. Author-only tests are now run by the authortest Module::Build target. They are unavailable under ExtUtils::MakeMaker. Various tweaks for ReactOS. The NT variant appears to work under 0.3.11, except that it can not retrieve the process owner. Do not require Module::Build for configuration, since MakeMaker is also supported.

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.