| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Acme::CPANModules::LanguageCodes; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
314720
|
use strict; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
43
|
|
|
4
|
1
|
|
|
1
|
|
632
|
use Acme::CPANModulesUtil::Misc; |
|
|
1
|
|
|
|
|
568
|
|
|
|
1
|
|
|
|
|
200
|
|
|
5
|
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY |
|
7
|
|
|
|
|
|
|
our $DATE = '2023-10-20'; # DATE |
|
8
|
|
|
|
|
|
|
our $DIST = 'Acme-CPANModules-LanguageCodes'; # DIST |
|
9
|
|
|
|
|
|
|
our $VERSION = '0.003'; # VERSION |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
our $LIST = { |
|
12
|
|
|
|
|
|
|
summary => 'List of modules related to language codes', |
|
13
|
|
|
|
|
|
|
description => <<'MARKDOWN', |
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
## Basics |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
and (both part of |
|
18
|
|
|
|
|
|
|
now) should be your first go-to module. It is a core module |
|
19
|
|
|
|
|
|
|
since perl 5.14 (Locale::Language from 5.8) and supports converting between |
|
20
|
|
|
|
|
|
|
English language names and 2-letter- and 3-letter ISO country codes, and retired |
|
21
|
|
|
|
|
|
|
codes. If you need to squeeze some milliseconds of loading time, you can use |
|
22
|
|
|
|
|
|
|
directly. |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
## Types |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Sah: , , |
|
28
|
|
|
|
|
|
|
. |
|
29
|
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Moose: , |
|
31
|
|
|
|
|
|
|
. |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
## Other utilities |
|
35
|
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
## CLI utilities |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
MARKDOWN |
|
44
|
|
|
|
|
|
|
'x.app.cpanmodules.show_entries' => 0, |
|
45
|
|
|
|
|
|
|
}; |
|
46
|
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description; |
|
48
|
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
1; |
|
50
|
|
|
|
|
|
|
# ABSTRACT: List of modules related to language codes |
|
51
|
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
__END__ |