summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/MIME/Base64/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/MIME/Base64/Makefile.PL b/ext/MIME/Base64/Makefile.PL
index f5b4cb9fe5..d863adb18e 100644
--- a/ext/MIME/Base64/Makefile.PL
+++ b/ext/MIME/Base64/Makefile.PL
@@ -3,6 +3,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'MIME::Base64',
+ MAN3PODS => {}, # Pods will be built by installman.
VERSION_FROM => 'Base64.pm',
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
);