Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / 5.8.0 / Locale / Maketext / README
CommitLineData
86530b38
AT
1README for Locale::Maketext
2 Time-stamp: "2001-05-25 08:15:55 MDT"
3
4 Locale::Maketext
5
6Locale::Maketext is a base class providing a framework for
7localization and inheritance-based lexicons, as described in my
8article in The Perl Journal #13 (a corrected version of which appears
9in this dist).
10
11This is a complete rewrite from the basically undocumented 0.x
12versions.
13
14
15
16PREREQUISITES
17
18This suite requires Perl 5. It also requires a recent version
19of I18N::LangTags. MSWin users should also get Win32::Locale.
20File::Findgrep is also useful example code.
21
22
23INSTALLATION
24
25You install Locale::Maketext, as you would install any Perl module
26distribution, by running these commands:
27
28 perl Makefile.PL
29 make
30 make test
31 make install
32
33If you want to install a private copy of Maketext in your home directory,
34then you should try to produce the initial Makefile with something
35like this command:
36
37 perl Makefile.PL LIB=~/perl
38
39See perldoc perlmodinstall for more information.
40
41
42DOCUMENTATION
43
44See the pod in Locale::Maketext and Locale::Maketext::TPJ13,
45and see also File::Findgrep.
46
47
48SUPPORT
49
50Questions, bug reports, useful code bits, and suggestions for
51Worms should be sent to me at sburke@cpan.org
52
53
54AVAILABILITY
55
56The latest version of Locale::Maketext is available from the
57Comprehensive Perl Archive Network (CPAN). Visit
58<http://www.cpan.org/> to find a CPAN site near you.
59
60
61COPYRIGHT
62
63Copyright 1999-2001, Sean M. Burke <sburke@cpan.org>, all rights
64reserved. This program is free software; you can redistribute it
65and/or modify it under the same terms as Perl itself.
66
67
68AUTHOR
69
70Sean M. Burke <sburke@cpan.org>