summaryrefslogtreecommitdiff
path: root/ext/Encode/README
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-31 22:31:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-31 22:31:29 +0000
commit3ef515df8b968e34c050cfc9602902de0efbefd6 (patch)
tree856419a8a26ba37abef58ee10f916805a1c23b71 /ext/Encode/README
parenta23c04e41e8e54701da113d9309ef79fb888afe6 (diff)
downloadperl-3ef515df8b968e34c050cfc9602902de0efbefd6.tar.gz
Upgrade to Encode 1.11, from Dan Kogai.
p4raw-id: //depot/perl@15638
Diffstat (limited to 'ext/Encode/README')
-rw-r--r--ext/Encode/README15
1 files changed, 10 insertions, 5 deletions
diff --git a/ext/Encode/README b/ext/Encode/README
index 590834a336..4ff4622027 100644
--- a/ext/Encode/README
+++ b/ext/Encode/README
@@ -23,15 +23,20 @@ To install this module type the following:
To install scripts under bin/ directories also,
perl Makefile.PL MORE_SCRIPTS
- make
- make test
- make install
+ make && make test && make install
+
+by default, only enc2xs and piconv are installed.
+
+To install *.ucm files also, say
+
+ perl Makefile.PL INSTALL_UCM
+ make && make test && make install
-by default, only bin/enc2xs is installed.
+by default, *.ucm are not installed.
DEPENDENCIES
-This module requires perl5.7.2 or later.
+This module requires perl5.7.3 or later.
QUESTIONS?