projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b76c3e
)
MAN3PODS => {} good. (Was in 5.8.0, has been lost at some point.)
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 21 May 2003 14:17:14 +0000
(14:17 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 21 May 2003 14:17:14 +0000
(14:17 +0000)
p4raw-id: //depot/perl@19582
ext/MIME/Base64/Makefile.PL
patch
|
blob
|
history
diff --git
a/ext/MIME/Base64/Makefile.PL
b/ext/MIME/Base64/Makefile.PL
index
f5b4cb9
..
d863adb
100644
(file)
--- 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', },
);