Blame README

Packit f92f8e
README for Locale::Maketext
Packit f92f8e
                                        Time-stamp: "2004-03-30 16:02:27 AST"
Packit f92f8e
Packit f92f8e
			   Locale::Maketext
Packit f92f8e
Packit f92f8e
Locale::Maketext is a base class providing a framework for
Packit f92f8e
localization and inheritance-based lexicons, as described in my
Packit f92f8e
article in The Perl Journal #13 (a corrected version of which appears
Packit f92f8e
in this dist).
Packit f92f8e
Packit f92f8e
Packit f92f8e
PREREQUISITES
Packit f92f8e
Packit f92f8e
This suite requires Perl 5.  It also requires a recent version
Packit f92f8e
of I18N::LangTags.  MSWin users should also get Win32::Locale.
Packit f92f8e
File::Findgrep is also useful example code, as is the rather
Packit f92f8e
larger Apache::MP3 source (even if you don't run Apache).
Packit f92f8e
Packit f92f8e
Packit f92f8e
INSTALLATION
Packit f92f8e
Packit f92f8e
You install Locale::Maketext, as you would install any Perl module
Packit f92f8e
distribution, by running these commands:
Packit f92f8e
Packit f92f8e
   perl Makefile.PL
Packit f92f8e
   make
Packit f92f8e
   make test
Packit f92f8e
   make install
Packit f92f8e
Packit f92f8e
If you want to install a private copy of Maketext in your home directory,
Packit f92f8e
then you should try to produce the initial Makefile with something
Packit f92f8e
like this command:
Packit f92f8e
Packit f92f8e
  perl Makefile.PL LIB=~/perl
Packit f92f8e
Packit f92f8e
See perldoc perlmodinstall for more information.
Packit f92f8e
Packit f92f8e
Packit f92f8e
DOCUMENTATION
Packit f92f8e
Packit f92f8e
See the pod in Locale::Maketext and Locale::Maketext::TPJ13,
Packit f92f8e
and see also File::Findgrep.
Packit f92f8e
Packit f92f8e
Packit f92f8e
SUPPORT
Packit f92f8e
Packit f92f8e
Questions, bug reports, useful code bits, and suggestions for
Packit f92f8e
Worms should be sent to me at sburke@cpan.org
Packit f92f8e
Packit f92f8e
Packit f92f8e
AVAILABILITY
Packit f92f8e
Packit f92f8e
The latest version of Locale::Maketext is available from the
Packit f92f8e
Comprehensive Perl Archive Network (CPAN).  Visit
Packit f92f8e
<http://www.perl.com/CPAN/> to find a CPAN site near you.
Packit f92f8e
Packit f92f8e
Packit f92f8e
COPYRIGHT
Packit f92f8e
Packit f92f8e
Copyright 1999-2004, Sean M. Burke <sburke@cpan.org>, all rights
Packit f92f8e
reserved.  This program is free software; you can redistribute it
Packit f92f8e
and/or modify it under the same terms as Perl itself.
Packit f92f8e
Packit f92f8e
Packit f92f8e
AUTHOR
Packit f92f8e
Packit f92f8e
Sean M. Burke <sburke@cpan.org>