Name
File::Gettext::Constants - Definitions of constant values
Synopsis
use File::Gettext::Constants;
my $magic = MAGIC_V;
Description
Exports a list of subroutines each of which returns a constant value
Subroutines/Methods
CONTEXT_SEP
Character used to separate the context from the message id in a gettext .mo file
DIRECTORIES
LOCALE_DIRS
List of default system directories the might contain a .mo file
MAGIC_N
Magic number at start of .mo file
MAGIC_V
Magic number at start of .mo file (other byte order)
PLURAL_SEP
Character used to separate one plural string from another in a gettext .mo file
Diagnostics
None
Configuration and Environment
None
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Author
Peter Flanigan, <pjfl@cpan.org>
License and Copyright
Copyright (c) 2016 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE