This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Forbid zero-length malformation under DEBUGGING
[perl5.git] / dist / Locale-Maketext / README
CommitLineData
ff5ad48a 1README for Locale::Maketext
1189c245 2 Time-stamp: "2004-03-30 16:02:27 AST"
ff5ad48a
JH
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
ff5ad48a
JH
11
12PREREQUISITES
13
14This suite requires Perl 5. It also requires a recent version
15of I18N::LangTags. MSWin users should also get Win32::Locale.
f918d677
JH
16File::Findgrep is also useful example code, as is the rather
17larger Apache::MP3 source (even if you don't run Apache).
ff5ad48a
JH
18
19
20INSTALLATION
21
22You install Locale::Maketext, as you would install any Perl module
23distribution, by running these commands:
24
25 perl Makefile.PL
26 make
27 make test
28 make install
29
30If you want to install a private copy of Maketext in your home directory,
31then you should try to produce the initial Makefile with something
32like this command:
33
34 perl Makefile.PL LIB=~/perl
35
36See perldoc perlmodinstall for more information.
37
38
39DOCUMENTATION
40
41See the pod in Locale::Maketext and Locale::Maketext::TPJ13,
42and see also File::Findgrep.
43
44
45SUPPORT
46
47Questions, bug reports, useful code bits, and suggestions for
48Worms should be sent to me at sburke@cpan.org
49
50
51AVAILABILITY
52
53The latest version of Locale::Maketext is available from the
54Comprehensive Perl Archive Network (CPAN). Visit
f918d677 55<http://www.perl.com/CPAN/> to find a CPAN site near you.
ff5ad48a
JH
56
57
58COPYRIGHT
59
14be35aa 60Copyright 1999-2004, Sean M. Burke <sburke@cpan.org>, all rights
ff5ad48a
JH
61reserved. This program is free software; you can redistribute it
62and/or modify it under the same terms as Perl itself.
63
64
65AUTHOR
66
67Sean M. Burke <sburke@cpan.org>