summaryrefslogtreecommitdiff
path: root/ext/Hash-Util/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Hash-Util/Makefile.PL')
-rw-r--r--ext/Hash-Util/Makefile.PL2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/Hash-Util/Makefile.PL b/ext/Hash-Util/Makefile.PL
index eee40c5e34..9faef90d2a 100644
--- a/ext/Hash-Util/Makefile.PL
+++ b/ext/Hash-Util/Makefile.PL
@@ -5,10 +5,8 @@ use ExtUtils::MakeMaker;
WriteMakefile(
VERSION_FROM => "lib/Hash/Util.pm",
- MAN3PODS => {}, # Pods will be built by installman.
NAME => "Hash::Util",
DEFINE => "-DPERL_EXT",
- NORECURS => 1, # Hash::Util::FieldHash is treated as distinct.
);
package MY;