1README for Locale::Maketext 2 Time-stamp: "2004-03-30 16:02:27 AST" 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 11 12PREREQUISITES 13 14This suite requires Perl 5. It also requires a recent version 15of I18N::LangTags. MSWin users should also get Win32::Locale. 16File::Findgrep is also useful example code, as is the rather 17larger Apache::MP3 source (even if you don't run Apache). 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 55<http://www.perl.com/CPAN/> to find a CPAN site near you. 56 57 58COPYRIGHT 59 60Copyright 1999-2004, Sean M. Burke <sburke@cpan.org>, all rights 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> 68