1Locale::TextDomain::OO:U:sUetrilC:o:nCtornisbtuatneLtdosc(Pa3el)rel::DToecxutmDeonmtaaitni:o:nOO::Util::Constants(3)
2
3
4
6 Locale::TextDomain::OO::Util::Constants - Lexicon constants
7
9 4.001
10
11 $Id: Constants.pm 715 2018-06-04 15:08:31Z steffenw $
12
13 $HeadURL:
14 svn+ssh://steffenw@svn.code.sf.net/p/perl-gettext-oo/code/Locale-TextDomain-OO-Util/trunk/lib/Locale/TextDomain/OO/Util/Constants.pm
15 $
16
18 use Locale::TextDomain::OO::Util::Constants;
19
20 my $const = Locale::TextDomain::OO::Util::Constants->instance;
21
23 This module provides lexicon constants.
24
26 method instance
27 see SYNOPSIS
28
29 method lexicon_key_separator
30 $separator = $const->lexicon_key_separator;
31
32 method msg_key_separator
33 $separator = $const->msg_key_separator; # Perl
34 $separator = $const->msg_key_separator('JSON');
35
36 method plural_separator
37 $separator = $const->plural_separator; # Perl
38 $separator = $const->plural_separator('JSON');
39
41 Inside of this distribution is a directory named example. Run this
42 *.pl files.
43
45 none
46
48 none
49
51 charnames
52
53 namespace::autoclean
54
56 not known
57
59 none
60
62 Locale::TextDoamin::OO
63
65 Steffen Winkler
66
68 Copyright (c) 2014 - 2018, Steffen Winkler "<steffenw at cpan.org>".
69 All rights reserved.
70
71 This module is free software; you can redistribute it and/or modify it
72 under the same terms as Perl itself.
73
74
75
76perl v5.38.0 202L3o-c0a7l-e2:0:TextDomain::OO::Util::Constants(3)