Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.
[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);