diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-03-26 13:10:15 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-03-26 13:10:15 +0000 |
commit | c71e4075e713f3357464263b281922f3172d2b7b (patch) | |
tree | 2c41e7e9668249f98c4ef9b2ece4ca3e4dd73abd /ext/DynaLoader | |
parent | c3e2aceb2caa065cca4f6a38699147c12083a7f1 (diff) | |
download | perl-c71e4075e713f3357464263b281922f3172d2b7b.tar.gz |
Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.
Diffstat (limited to 'ext/DynaLoader')
-rw-r--r-- | ext/DynaLoader/Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/DynaLoader/Makefile.PL b/ext/DynaLoader/Makefile.PL index 1f06c5cbd6..2a9aa7b340 100644 --- a/ext/DynaLoader/Makefile.PL +++ b/ext/DynaLoader/Makefile.PL @@ -4,7 +4,6 @@ WriteMakefile( NAME => 'DynaLoader', LINKTYPE => 'static', DEFINE => '-DLIBC="$(LIBC)"', - MAN3PODS => {}, # Pods will be built by installman. SKIP => [qw(dynamic dynamic_lib dynamic_bs)], XSPROTOARG => '-noprototypes', # XXX remove later? VERSION_FROM => 'DynaLoader_pm.PL', |