diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-29 14:09:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-29 14:09:21 +0000 |
commit | df1df145ec46da3489b48fd58c3178073e7e90db (patch) | |
tree | 9298a6d333ae9a6172fb9489620926db075c8662 /ext/Encode/README | |
parent | a5936e02e328fcaa28fdb01e8a749a151ee539cf (diff) | |
download | perl-df1df145ec46da3489b48fd58c3178073e7e90db.tar.gz |
Encode cleanup from Dan Kogai; reworked even further.
p4raw-id: //depot/perl@14486
Diffstat (limited to 'ext/Encode/README')
-rw-r--r-- | ext/Encode/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ext/Encode/README b/ext/Encode/README new file mode 100644 index 0000000000..6e8384f3f0 --- /dev/null +++ b/ext/Encode/README @@ -0,0 +1,26 @@ +NAME + Encode - character encodings + +SYNOPSIS + use Encode; + +DESCRIPTION + The "Encode" module provides the interfaces between Perl's + strings and the rest of the system. Perl strings are + sequences of characters. + + See "perldoc Encode" for the rest of the story + +INSTALLATION + +To install this module type the following: + + perl Makefile.PL + make + make test + make install + +DEPENDENCIES + +This module requires perl5.7.2 or later. + |