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