ext/B/B/Xref.pm adding "our" recognition
[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',
6 MAN3PODS => {}, # Pods will be built by installman.
7 XSPROTOARG => '-noprototypes',
8);