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