indent -kr -nce and some manual tweaks to match perl style.
[p5sagit/p5-mst-13.2.git] / ext / Encode / README
CommitLineData
18586f54 1NAME
2 Encode - character encodings
3
4SYNOPSIS
5 use Encode;
6
7DESCRIPTION
8 The "Encode" module provides the interfaces between Perl's
9 strings and the rest of the system. Perl strings are
10 sequences of characters.
11
12 See "perldoc Encode" for the rest of the story
13
14INSTALLATION
15
16To install this module type the following:
17
18 perl Makefile.PL
19 make
20 make test
21 make install
22
23DEPENDENCIES
24
25This module requires perl5.7.2 or later.
26