RE: Smoke summary results for maint and current on Win32
[p5sagit/p5-mst-13.2.git] / ext / Win32CORE / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4     'NAME'              => 'Win32CORE',
5     'DEFINE'            => '-DPERLDLL -DPERL_CORE',
6     'VERSION_FROM'      => 'Win32CORE.pm',
7 );