Default LOG_PRIMASK for Sys-Syslog in cases where it is not
[p5sagit/p5-mst-13.2.git] / ext / Sys / Hostname / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4     NAME                => 'Sys::Hostname',
5     VERSION_FROM        => 'Hostname.pm', 
6     MAN3PODS            => {},  # Pods will be built by installman.
7     XSPROTOARG          => '-noprototypes',
8 );