Win32-API-OutputDebugString
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'Win32::API::OutputDebugString',
'VERSION_FROM' => 'OutputDebugString.pm', # finds $VERSION
($] ge '5.005')?
(
'AUTHOR' => 'Alessandro Forghieri (alf@orion.it)',
'ABSTRACT' => 'OutputDebugString Win32 API support',
) : (),
'PREREQ_PM' => {}, # e.g., Module::Name => 1.1
'LIBS' => [''], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
);
( run in 2.052 seconds using v1.01-cache-2.11-cpan-5c0b1e786e0 )