Suppress Sys::Syslog diag msg (repost)
[p5sagit/p5-mst-13.2.git] / ext / Win32CORE / Makefile.PL
CommitLineData
78ff2d7b 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 'NAME' => 'Win32CORE',
5 'VERSION_FROM' => 'Win32CORE.pm',
6);