diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-24 16:21:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-24 16:21:56 +0000 |
commit | ac5fe96247f4a41c9f94d27f22ec6c765f5c05be (patch) | |
tree | bbf94c6e2b471206ef0ff62cb1529e48e1d6e06e /epoc | |
parent | 42c30c638503866299537a96b1a414d449615fe9 (diff) | |
download | perl-ac5fe96247f4a41c9f94d27f22ec6c765f5c05be.tar.gz |
Boldly add extensions to be built to VMS, EPOC, UTS,
U/WIN, and VM/ESA (and fixups for DJGPP). Some of
these additions may be too optimistic.
p4raw-id: //depot/perl@9324
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 b9e8bed4cd..3fe9fb8d27 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -396,7 +396,7 @@ emacs='' eunicefix=':' exe_ext='' expr='expr' -extensions='Data/Dumper File/Glob IO Socket Fcntl Sys/Hostname Errno' +extensions='Data/Dumper Digest/MD5 Errno Fcntl File/Glob Filter::Util::Call IO Opcode PerlIO::Scalar Socket Storable Sys/Hostname attrs re' fflushNULL='undef' fflushall='define' find='' |