Fix printing of uids and gids; regen Configure.
[p5sagit/p5-mst-13.2.git] / ext / Socket / Makefile.PL
1 use ExtUtils::MakeMaker;
2 use Config;
3 WriteMakefile(
4     NAME         => 'Socket',
5     VERSION_FROM => 'Socket.pm',
6    ($Config{libs} =~ /(-lsocks\S*)/ ? (LIBS => [ "$1" ] ) : ()),
7     MAN3PODS     => {},         # Pods will be built by installman.
8     XSPROTOARG   => '-noprototypes',            # XXX remove later?
9 );