$Id: Constants.pm 597 2015-06-29 18:27:08Z steffenw $
3.004
This module provides lexicon constants.
use Locale::TextDomain::OO::Util::Constants;
my $const = Locale::TextDomain::OO::Util::Constants->instance;
see SYNOPSIS
$separator = $const->lexicon_key_separator;
$separator = $const->msg_key_separator; # Perl $separator = $const->msg_key_separator('JSON');
$separator = $const->plural_separator; # Perl $separator = $const->plural_separator('JSON');
Inside of this distribution is a directory named example. Run this *.pl files.
none
none
not known
none
Steffen Winkler
Copyright (c) 2014 - 2015,
Steffen Winkler
<steffenw at cpan.org>
.
All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.