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/Hash-Util-FieldHash | |
parent | c3e2aceb2caa065cca4f6a38699147c12083a7f1 (diff) | |
download | perl-c71e4075e713f3357464263b281922f3172d2b7b.tar.gz |
Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.
Diffstat (limited to 'ext/Hash-Util-FieldHash')
-rw-r--r-- | ext/Hash-Util-FieldHash/Makefile.PL | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/Hash-Util-FieldHash/Makefile.PL b/ext/Hash-Util-FieldHash/Makefile.PL index 4793ec912b..71ac2ae727 100644 --- a/ext/Hash-Util-FieldHash/Makefile.PL +++ b/ext/Hash-Util-FieldHash/Makefile.PL @@ -15,8 +15,4 @@ WriteMakefile( INC => '', # e.g., '-I/usr/include/other' # Un-comment this if you add C files to link with later: # OBJECT => '$(O_FILES)', # link all the C files too - # Don't manify in core build - (grep( /^PERL_CORE=1$/, @ARGV) ? - (MAN3PODS => {}) : - ()), ); |