Acme-CPANModules-LanguageCodes
view release on metacpan or search on metacpan
This document describes version 0.003 of
Acme::CPANModules::LanguageCodes (from Perl distribution
Acme-CPANModules-LanguageCodes), released on 2023-10-20.
DESCRIPTION
Basics
Locale::Language and Locale::Codes::Language (both part of Locale::Codes
now) should be your first go-to module. It is a core module since perl
5.14 (Locale::Language from 5.8) and supports converting between English
language names and 2-letter- and 3-letter ISO country codes, and retired
codes. If you need to squeeze some milliseconds of loading time, you can
use Locale::Codes::Language_Codes directly.
Types
Sah: Sah::Schema::language::code, Sah::Schema::language::code::alpha2,
Sah::Schema::language::code::alpha3.
Moose: MooseX::Types::Locale::Language,
MooseX::Types::Locale::Language::Fast.
Other utilities
lib/Acme/CPANModules/LanguageCodes.pm view on Meta::CPAN
our $LIST = {
summary => 'List of modules related to language codes',
description => <<'MARKDOWN',
## Basics
<pm:Locale::Language> and <pm:Locale::Codes::Language> (both part of
<pm:Locale::Codes> now) should be your first go-to module. It is a core module
since perl 5.14 (Locale::Language from 5.8) and supports converting between
English language names and 2-letter- and 3-letter ISO country codes, and retired
codes. If you need to squeeze some milliseconds of loading time, you can use
<pm:Locale::Codes::Language_Codes> directly.
## Types
Sah: <pm:Sah::Schema::language::code>, <pm:Sah::Schema::language::code::alpha2>,
<pm:Sah::Schema::language::code::alpha3>.
Moose: <pm:MooseX::Types::Locale::Language>,
<pm:MooseX::Types::Locale::Language::Fast>.
lib/Acme/CPANModules/LanguageCodes.pm view on Meta::CPAN
This document describes version 0.003 of Acme::CPANModules::LanguageCodes (from Perl distribution Acme-CPANModules-LanguageCodes), released on 2023-10-20.
=head1 DESCRIPTION
=head2 Basics
L<Locale::Language> and L<Locale::Codes::Language> (both part of
L<Locale::Codes> now) should be your first go-to module. It is a core module
since perl 5.14 (Locale::Language from 5.8) and supports converting between
English language names and 2-letter- and 3-letter ISO country codes, and retired
codes. If you need to squeeze some milliseconds of loading time, you can use
L<Locale::Codes::Language_Codes> directly.
=head2 Types
Sah: L<Sah::Schema::language::code>, L<Sah::Schema::language::code::alpha2>,
L<Sah::Schema::language::code::alpha3>.
Moose: L<MooseX::Types::Locale::Language>,
L<MooseX::Types::Locale::Language::Fast>.
( run in 1.105 second using v1.01-cache-2.11-cpan-39bf76dae61 )