X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FEncode%2FREADME;h=0951ffae5eade21a3f01e0e327031574a8ceb5f8;hb=a1ad65530dc2cbd7005009977b9830f483720573;hp=0898984c6a0a2d6412b00505c9814cbf92de991a;hpb=48e3bbddf569369fe6921f305df6ab7290c91152;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Encode/README b/ext/Encode/README index 0898984..0951ffa 100644 --- a/ext/Encode/README +++ b/ext/Encode/README @@ -13,7 +13,7 @@ DESCRIPTION INSTALLATION -To install this module type the following: +To install this module, type the following: perl Makefile.PL make @@ -22,16 +22,29 @@ To install this module type the following: To install scripts under bin/ directories also, - perl Makefile.PL USE_SCRIPTS - make - make test - make install + 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. + +MAINTAINER + +This project was originated by Nick Ing-Simmons and later maintained by +Dan Kogai . See AUTHORS for the full list of people +involved. QUESTIONS? -If you have any questions "perldoc Encode" does not answer, please +If you have any questions which "perldoc Encode" does not answer, please feel free to ask at perl-unicode@perl.org.