9dc0474e7eb98b45af5a981c342925f79e22eb8f
[p5sagit/p5-mst-13.2.git] / ext / Fcntl / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     MAN3PODS    => ' ',         # Pods will be built by installman.
4     XSPROTOARG => '-noprototypes',              # XXX remove later?
5     VERSION_FROM => 'Fcntl.pm',
6 );
7