readme

来自「source of perl for linux application,」· 代码 · 共 68 行

TXT
68
字号
README for Locale::Maketext                                        Time-stamp: "2004-03-30 16:02:27 AST"			   Locale::MaketextLocale::Maketext is a base class providing a framework forlocalization and inheritance-based lexicons, as described in myarticle in The Perl Journal #13 (a corrected version of which appearsin this dist).PREREQUISITESThis suite requires Perl 5.  It also requires a recent versionof I18N::LangTags.  MSWin users should also get Win32::Locale.File::Findgrep is also useful example code, as is the ratherlarger Apache::MP3 source (even if you don't run Apache).INSTALLATIONYou install Locale::Maketext, as you would install any Perl moduledistribution, by running these commands:   perl Makefile.PL   make   make test   make installIf you want to install a private copy of Maketext in your home directory,then you should try to produce the initial Makefile with somethinglike this command:  perl Makefile.PL LIB=~/perlSee perldoc perlmodinstall for more information.DOCUMENTATIONSee the pod in Locale::Maketext and Locale::Maketext::TPJ13,and see also File::Findgrep.SUPPORTQuestions, bug reports, useful code bits, and suggestions forWorms should be sent to me at sburke@cpan.orgAVAILABILITYThe latest version of Locale::Maketext is available from theComprehensive Perl Archive Network (CPAN).  Visit<http://www.perl.com/CPAN/> to find a CPAN site near you.COPYRIGHTCopyright 1999-2004, Sean M. Burke <sburke@cpan.org>, all rightsreserved.  This program is free software; you can redistribute itand/or modify it under the same terms as Perl itself.AUTHORSean M. Burke <sburke@cpan.org>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?