Fix prototype conflicts with POSIX.pm.
[p5sagit/p5-mst-13.2.git] / ext / Fcntl / Makefile.PL
CommitLineData
42793c05 1use ExtUtils::MakeMaker;
4ad3186e 2WriteMakefile(
1adb159c 3 NAME => 'Fcntl',
69158f75 4 MAN3PODS => {}, # Pods will be built by installman.
4ad3186e 5 XSPROTOARG => '-noprototypes', # XXX remove later?
c07a80fd 6 VERSION_FROM => 'Fcntl.pm',
4ad3186e 7);
8