1Locale::Maketext::LexicUosne:r:ACuotnot(r3i)buted Perl DLooccuamleen:t:aMtaikoentext::Lexicon::Auto(3)
2
3
4

NAME

6       Locale::Maketext::Lexicon::Auto - Auto fallback lexicon for Maketext
7

SYNOPSIS

9           package Hello::I18N;
10           use base 'Locale::Maketext';
11           use Locale::Maketext::Lexicon {
12               en => ['Auto'],
13               # ... other languages
14           };
15

DESCRIPTION

17       This module builds a simple Lexicon hash that contains nothing but "(
18       '_AUTO' => 1)", which tells "Locale::Maketext" that no localizing is
19       needed -- just use the lookup key as the returned string.
20
21       It is especially useful if you're starting to prototype a program, and
22       do not want to deal with the localization files yet.
23

CAVEATS

25       If the key to "->maketext" begins with a "_", "Locale::Maketext" will
26       still throw an exception.  See "CONTROLLING LOOKUP FAILURE" in
27       Locale::Maketext for how to prevent it.
28

SEE ALSO

30       Locale::Maketext, Locale::Maketext::Lexicon
31

AUTHORS

33       Audrey Tang <cpan@audreyt.org>
34
36       Copyright 2002, 2003, 2004, 2007 by Audrey Tang <cpan@audreyt.org>.
37
38       This software is released under the MIT license cited below.
39
40   The "MIT" License
41       Permission is hereby granted, free of charge, to any person obtaining a
42       copy of this software and associated documentation files (the
43       "Software"), to deal in the Software without restriction, including
44       without limitation the rights to use, copy, modify, merge, publish,
45       distribute, sublicense, and/or sell copies of the Software, and to
46       permit persons to whom the Software is furnished to do so, subject to
47       the following conditions:
48
49       The above copyright notice and this permission notice shall be included
50       in all copies or substantial portions of the Software.
51
52       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
53       OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
54       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
55       IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
56       CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
57       TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
58       SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
59
60
61
62perl v5.12.2                      2010-08-10Locale::Maketext::Lexicon::Auto(3)
Impressum