Locale::Maketext::Utils

Adds some utility functionality and failure handling to Local::Maketext handles
Download

Locale::Maketext::Utils Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Muey
  • Publisher web site:
  • http://search.cpan.org/~dmuey/

Locale::Maketext::Utils Tags


Locale::Maketext::Utils Description

Adds some utility functionality and failure handling to Local::Maketext handles Locale::Maketext::Utils is a Perl module that adds some utility functionality and failure handling to Local::Maketext handles.SYNOPSISIn MyApp/Localize.pm: package MyApp::Localize; use Locale::Maketext::Utils; use base 'Locale::Maketext::Utils'; our $Encoding = 'utf-8'; # see below # no _AUTO our %Lexicon = (...Make all the language Lexicons you want. (no _AUTO)Then in your script: my $lang = MyApp::Localize->get_handle('fr');Now $lang behaves like a normal Locale::Maketext handle object but there are some new features, methods, and failure handling which are described below. Requirements: · Perl


Locale::Maketext::Utils Related Software