Remove Locale-Codes internals from core
[p5sagit/p5-mst-13.2.git] / cpan / Locale-Codes / README.first
1
2                         Locale-Codes Distribution
3
4 For changes in this release, please refer to the Locale::Changes
5 man-page.
6
7 For changes prior to 3.00, please see the ChangeLog file.
8
9 This distribution contains Perl modules which can be used to process
10 ISO codes for identifying languages, countries, scripts,
11 and currencies & funds.
12
13     Locale::Language
14
15         Codes for language identification including ISO 639.
16
17         For example, 'en' is the code for 'English'.
18
19     Locale::Country
20
21         Codes for country identification including ISO 3166
22         and FIPS 10.
23
24         For example, 'us' is the code for 'United States'.
25
26     Locale::Currency
27
28         Codes for currency and fund identification including
29         ISO 4217.
30
31         For example, 'sek' is the code for 'Swedish Krona'.
32
33     Locale::Script
34
35         Codes for script identification including ISO 15924.
36
37         For example, 'Phnx' is the code for 'Phoenician'.
38
39 The modules are documented using pod. When you "make install", you
40 will get man-pages: Local::Codes and each of the modules listed above.
41
42 The first version of Locale::Currency was written by Michael Hennecke,
43 with modifications by Neil Bowers for inclusion.
44
45 The first versions of Locale::Language, Locale::Country, and Locale::Script
46 were written by Neil Bowers.
47
48 Please let me know if you experience any problems with these modules,
49 or have any ideas for additions.
50
51 Also, I plan on releasing a new version a couple of times a year to make
52 sure that all of the codes are current. If a code changes in any standard,
53 and you want a new release, just email me and I'll put out a new release.
54