summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/Fcntl/Makefile.PL
blob: 0346373713170ce4b6eaa484dffcd22d80ec26cb (plain)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME 	=> 'Fcntl',
    MAN3PODS 	=> {}, 	# Pods will be built by installman.
    XSPROTOARG => '-noprototypes', 		# XXX remove later?
    VERSION_FROM => 'Fcntl.pm',
);

OpenPOWER on IntegriCloud