This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Win32 modules & cygwin
[perl5.git] / ext / Win32CORE / Makefile.PL
CommitLineData
78ff2d7b
YST
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 'NAME' => 'Win32CORE',
5 'VERSION_FROM' => 'Win32CORE.pm',
6);