Add new step to run_byacc which:
[p5sagit/p5-mst-13.2.git] / ext / Socket / Makefile.PL
CommitLineData
42793c05 1use ExtUtils::MakeMaker;
d6a66728 2use Config;
4ad3186e 3WriteMakefile(
d6a66728 4 NAME => 'Socket',
c07a80fd 5 VERSION_FROM => 'Socket.pm',
d6a66728 6 ($Config{libs} =~ /(-lsocks\S*)/ ? (LIBS => [ "$1" ] ) : ()),
7 MAN3PODS => {}, # Pods will be built by installman.
8 XSPROTOARG => '-noprototypes', # XXX remove later?
4ad3186e 9);