summaryrefslogtreecommitdiff
path: root/ext/Sys-Hostname
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-04-13 14:37:19 +0100
committerNicholas Clark <nick@ccl4.org>2009-04-13 14:39:34 +0100
commitf996b9a3326f3a64831270a0b810851382f8c129 (patch)
tree277b714ed28ba697695035aced0ce1acf0fe01ef /ext/Sys-Hostname
parentc14f59c3c1b4192dd6126638d5f8a7214c2dd445 (diff)
downloadperl-f996b9a3326f3a64831270a0b810851382f8c129.tar.gz
Remove Makefile.PLs that make_ext.pl can automatically generate.
(For core modules, or where the dual life module on CPAN has a Makefile.PL that is not the same. AUTHOR is only used for the ppm target, which the core doesn't need.)
Diffstat (limited to 'ext/Sys-Hostname')
-rw-r--r--ext/Sys-Hostname/Makefile.PL7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/Sys-Hostname/Makefile.PL b/ext/Sys-Hostname/Makefile.PL
deleted file mode 100644
index 029bc721b1..0000000000
--- a/ext/Sys-Hostname/Makefile.PL
+++ /dev/null
@@ -1,7 +0,0 @@
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
- NAME => 'Sys::Hostname',
- VERSION_FROM => 'Hostname.pm',
- XSPROTOARG => '-noprototypes',
-);