The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME              => 'Win32::Process::Kill',
    VERSION_FROM      => 'lib/Win32/Process/Kill.pm',
    PREREQ_PM         => {},
    ($] >= 5.005 ?
      (ABSTRACT_FROM  => 'lib/Win32/Process/Kill.pm',
       AUTHOR         => 'Baggio, Kwok Lok Chung  <rootkwok@cpan.org>') : ()),
    LIBS              => [''],
    DEFINE            => '',
    INC               => '-I.',
);