Add inet_pton and inet_ntop to the list of functions exported by Socket
[p5sagit/p5-mst-13.2.git] / ext / Sys-Hostname / Makefile.PL
CommitLineData
f91101c9 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'Sys::Hostname',
5 VERSION_FROM => 'Hostname.pm',
f91101c9 6 XSPROTOARG => '-noprototypes',
7);