diff options
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 => {}) : - ()), ); |