blob: a0892f643e55537fa3cbc86563d01302d49107cf (
plain)
1
2
3
4
5
6
7
8
|
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Sys::Hostname',
VERSION_FROM => 'Hostname.pm',
MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes',
);
|