Update from Dan Kogai.
[p5sagit/p5-mst-13.2.git] / ext / Encode / README
index 9f923fb..4ff4622 100644 (file)
@@ -20,9 +20,23 @@ To install this module type the following:
    make test
    make install
 
+To install scripts under bin/ directories also,
+
+   perl Makefile.PL MORE_SCRIPTS
+   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, *.ucm are not installed.
+
 DEPENDENCIES
 
-This module requires perl5.7.2 or later.
+This module requires perl5.7.3 or later.
 
 QUESTIONS?