home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 December / PCpro_2006_12.ISO / ossdvd / server / Perl2 / lib / Locale / Maketext / readme < prev    next >
Encoding:
Text File  |  2002-06-19  |  1.7 KB  |  71 lines

  1. README for Locale::Maketext
  2.                                         Time-stamp: "2001-05-25 08:15:55 MDT"
  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.
  21.  
  22.  
  23. INSTALLATION
  24.  
  25. You install Locale::Maketext, as you would install any Perl module
  26. distribution, by running these commands:
  27.  
  28.    perl Makefile.PL
  29.    make
  30.    make test
  31.    make install
  32.  
  33. If you want to install a private copy of Maketext in your home directory,
  34. then you should try to produce the initial Makefile with something
  35. like this command:
  36.  
  37.   perl Makefile.PL LIB=~/perl
  38.  
  39. See perldoc perlmodinstall for more information.
  40.  
  41.  
  42. DOCUMENTATION
  43.  
  44. See the pod in Locale::Maketext and Locale::Maketext::TPJ13,
  45. and see also File::Findgrep.
  46.  
  47.  
  48. SUPPORT
  49.  
  50. Questions, bug reports, useful code bits, and suggestions for
  51. Worms should be sent to me at sburke@cpan.org
  52.  
  53.  
  54. AVAILABILITY
  55.  
  56. The latest version of Locale::Maketext is available from the
  57. Comprehensive Perl Archive Network (CPAN).  Visit
  58. <http://www.cpan.org/> to find a CPAN site near you.
  59.  
  60.  
  61. COPYRIGHT
  62.  
  63. Copyright 1999-2001, Sean M. Burke <sburke@cpan.org>, all rights
  64. reserved.  This program is free software; you can redistribute it
  65. and/or modify it under the same terms as Perl itself.
  66.  
  67.  
  68. AUTHOR
  69.  
  70. Sean M. Burke <sburke@cpan.org>
  71.