diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-15 19:32:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-15 19:32:56 +0000 |
commit | f91101c94610d6a9ffa5537a656223948d7d5d1f (patch) | |
tree | 106e62f83a86466f5db3058df69fd76583e5402c /ext/Sys/Hostname/Makefile.PL | |
parent | f8f703809bcc262bbe169574d2c0b30abd6f26ad (diff) | |
download | perl-f91101c94610d6a9ffa5537a656223948d7d5d1f.tar.gz |
add XS version of Sys::Hostname (from Greg Bacon
<gbacon@itsc.uah.edu>)
p4raw-id: //depot/perl@5110
Diffstat (limited to 'ext/Sys/Hostname/Makefile.PL')
-rw-r--r-- | ext/Sys/Hostname/Makefile.PL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Sys/Hostname/Makefile.PL b/ext/Sys/Hostname/Makefile.PL new file mode 100644 index 0000000000..a0892f643e --- /dev/null +++ b/ext/Sys/Hostname/Makefile.PL @@ -0,0 +1,8 @@ +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'Sys::Hostname', + VERSION_FROM => 'Hostname.pm', + MAN3PODS => {}, # Pods will be built by installman. + XSPROTOARG => '-noprototypes', +); |