Upgrade to Locale::Maketext 1.05.
[p5sagit/p5-mst-13.2.git] / lib / Locale / Maketext / README
CommitLineData
ff5ad48a 1README for Locale::Maketext
f918d677 2 Time-stamp: "2003-04-02 11:06:17 AHST"
ff5ad48a 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.
f918d677 20File::Findgrep is also useful example code, as is the rather
21larger Apache::MP3 source (even if you don't run Apache).
ff5ad48a 22
23
24INSTALLATION
25
26You install Locale::Maketext, as you would install any Perl module
27distribution, by running these commands:
28
29 perl Makefile.PL
30 make
31 make test
32 make install
33
34If you want to install a private copy of Maketext in your home directory,
35then you should try to produce the initial Makefile with something
36like this command:
37
38 perl Makefile.PL LIB=~/perl
39
40See perldoc perlmodinstall for more information.
41
42
43DOCUMENTATION
44
45See the pod in Locale::Maketext and Locale::Maketext::TPJ13,
46and see also File::Findgrep.
47
48
49SUPPORT
50
51Questions, bug reports, useful code bits, and suggestions for
52Worms should be sent to me at sburke@cpan.org
53
54
55AVAILABILITY
56
57The latest version of Locale::Maketext is available from the
58Comprehensive Perl Archive Network (CPAN). Visit
f918d677 59<http://www.perl.com/CPAN/> to find a CPAN site near you.
ff5ad48a 60
61
62COPYRIGHT
63
f918d677 64Copyright 1999-2003, Sean M. Burke <sburke@cpan.org>, all rights
ff5ad48a 65reserved. This program is free software; you can redistribute it
66and/or modify it under the same terms as Perl itself.
67
68
69AUTHOR
70
71Sean M. Burke <sburke@cpan.org>