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