This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
OS/2 socket fixes.
[perl5.git] / ext / ByteLoader / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4     NAME                => 'ByteLoader',
5     VERSION_FROM        => 'ByteLoader.pm',
6     XSPROTOARG          => '-noprototypes',
7     OBJECT              => 'byterun$(OBJ_EXT) ByteLoader$(OBJ_EXT)',
8 );