summaryrefslogtreecommitdiff
path: root/epoc
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-09 00:23:40 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-09 00:23:40 +0000
commita9964f40a1e9646363a16efaa463a05e17174f8d (patch)
tree5ce2221e6a7335594861f38233d4d665313a7c82 /epoc
parentfb23a487687dc4b72c2c96e31906f78bbffdac89 (diff)
downloadperl-a9964f40a1e9646363a16efaa463a05e17174f8d.tar.gz
Upgrade to Unicode::Normalize 0.10, now in XS.
The CPAN distribution has both pm and XS implementations, and for performance reasons we choose the XS. Another reason to choose the XS is that it doesn't require Lingua::KO::Hangul::Util, which means that we can delete that-- which in turn means that Unicode::UCD cannot expect that: support it, but don't expect. Ditto Unicode::Collate. Note that Unicode::Normalize Makefile.PL and Normalize.xs have been modified from the CPAN 0.10 versions: the first one to be simpler (no pm) and clean up the generated unf*.h files, the second one to quench compiler grumblings. Must notify Sadahiro about these changes. p4raw-id: //depot/perl@12909
Diffstat (limited to 'epoc')
-rw-r--r--epoc/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/epoc/config.sh b/epoc/config.sh
index 42ada756ca..2cafe19167 100644
--- a/epoc/config.sh
+++ b/epoc/config.sh
@@ -426,7 +426,7 @@ emacs=''
eunicefix=':'
exe_ext=''
expr='expr'
-extensions='Data/Dumper Digest/MD5 Errno Fcntl File/Glob Filter/Util/Call IO List/Util MIME/Base64 Opcode PerlIO/Scalar Socket Storable Sys/Hostname attrs re'
+extensions='Data/Dumper Digest/MD5 Errno Fcntl File/Glob Filter/Util/Call IO List/Util MIME/Base64 Opcode PerlIO/Scalar Socket Storable Sys/Hostname Unicode/Storable attrs re'
fflushNULL='undef'
fflushall='define'
find=''