summaryrefslogtreecommitdiff
path: root/ext/Data
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-15 02:46:08 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-15 02:46:08 +0000
commit69158f75613eae787b94b6b4c3c353cf740e0e09 (patch)
tree0d3520ecb38ae0aa476b8072f9abc9f384bc58a9 /ext/Data
parent33b8ce059bff80913058d8738ead1314953634ba (diff)
downloadperl-69158f75613eae787b94b6b4c3c353cf740e0e09.tar.gz
correct bugs exposed in MM_Unix.pm by commenting out Selfloader
(MAN3PODS cannot be set to ' '; stray stricture violation) p4raw-id: //depot/perl@1967
Diffstat (limited to 'ext/Data')
-rw-r--r--ext/Data/Dumper/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Data/Dumper/Makefile.PL b/ext/Data/Dumper/Makefile.PL
index 6c94e95dff..12930c5c39 100644
--- a/ext/Data/Dumper/Makefile.PL
+++ b/ext/Data/Dumper/Makefile.PL
@@ -7,5 +7,5 @@ WriteMakefile(
SUFFIX => 'gz',
DIST_DEFAULT => 'all tardist',
},
- MAN3PODS => ' ',
+ MAN3PODS => {},
);