diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-25 04:23:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-25 04:23:24 +0000 |
commit | 160d5bf43c84e9ab7773694c152c81c6d5a0f7c2 (patch) | |
tree | 9232803fc9ad2b3c4e478d89cc5beed540a40bb0 /epoc | |
parent | 7975e2ef3c4db4170a15045c4786caa6d631d6a4 (diff) | |
download | perl-160d5bf43c84e9ab7773694c152c81c6d5a0f7c2.tar.gz |
Add MIME::Base64 here and there. Again, a lot of
optimism is in the air.
p4raw-id: //depot/perl@9337
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 3fe9fb8d27..db84cf0668 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -396,7 +396,7 @@ emacs='' eunicefix=':' exe_ext='' expr='expr' -extensions='Data/Dumper Digest/MD5 Errno Fcntl File/Glob Filter::Util::Call IO Opcode PerlIO::Scalar Socket Storable Sys/Hostname attrs re' +extensions='Data/Dumper Digest/MD5 Errno Fcntl File/Glob Filter::Util::Call IO MIME::Base64 Opcode PerlIO::Scalar Socket Storable Sys/Hostname attrs re' fflushNULL='undef' fflushall='define' find='' |