diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2003-02-03 08:26:36 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2003-02-03 08:26:36 +0000 |
commit | 6a63fb82fdd16c61ba37cb79b6a3e6dd0703ff0d (patch) | |
tree | a93ed67b617c3a83f04707d1045719fb73f93663 /ext/MIME/Base64/Makefile.PL | |
parent | 330e22d5036b4b1f7e7b4336c48c776a45e1f14f (diff) | |
download | perl-6a63fb82fdd16c61ba37cb79b6a3e6dd0703ff0d.tar.gz |
Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
utility scripts?)
p4raw-id: //depot/perl@18642
Diffstat (limited to 'ext/MIME/Base64/Makefile.PL')
-rw-r--r-- | ext/MIME/Base64/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/MIME/Base64/Makefile.PL b/ext/MIME/Base64/Makefile.PL index da37853cc7..93e30806ec 100644 --- a/ext/MIME/Base64/Makefile.PL +++ b/ext/MIME/Base64/Makefile.PL @@ -3,7 +3,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'MIME::Base64', - MAN3PODS => {}, # Pods will be built by installman. VERSION_FROM => 'Base64.pm', + EXE_FILES => [qw(encode-base64 decode-base64 encode-qp decode-qp)], dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, ); |