diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Locale/Codes/Constants.pod')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Locale/Codes/Constants.pod | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/Locale/Codes/Constants.pod b/Master/tlpkg/tlperl/lib/Locale/Codes/Constants.pod new file mode 100644 index 00000000000..04bc28da967 --- /dev/null +++ b/Master/tlpkg/tlperl/lib/Locale/Codes/Constants.pod @@ -0,0 +1,41 @@ +=pod + +=head1 NAME + +Locale::Codes::Constants - constants for Locale codes + +=head1 DESCRIPTION + +B<Locale::Codes::Constants> defines symbols which are used in the other +modules from the Locale-Codes distribution. + +You shouldn't have to C<use> this module directly yourself - it is +used by the other Locale modules, which in turn export the symbols. + +The constants are documented in each of the Locale modules. + +=head1 KNOWN BUGS AND LIMITATIONS + +None known. + +=head1 SEE ALSO + +Locale::Codes + +=head1 AUTHOR + +See Locale::Codes for full author history. + +Currently maintained by Sullivan Beck (sbeck@cpan.org). + +=head1 COPYRIGHT + + Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). + Copyright (c) 2001-2010 Neil Bowers + Copyright (c) 2010-2014 Sullivan Beck + +This module is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. + +=cut + |