File Coverage

blib/lib/Acme/CPANModules/CPANAuthors.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANModules::CPANAuthors;
2              
3 1     1   468317 use strict;
  1         3  
  1         45  
4 1     1   699 use Acme::CPANModulesUtil::Misc;
  1         606  
  1         241  
5              
6             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
7             our $DATE = '2023-11-28'; # DATE
8             our $DIST = 'Acme-CPANModules-CPANAuthors'; # DIST
9             our $VERSION = '0.001'; # VERSION
10              
11             our $LIST = {
12             summary => 'List of Acme::CPANAUthors::* modules',
13             description => <<'_',
14              
15             This list tries to catalog and categorize all the existing Acme::CPANAuthors::*
16             modules.
17              
18             ## Geographical
19              
20             *
21             *
22             *
23             *
24             *
25             *
26             *
27             *
28             *
29             *
30             *
31             *
32             * - alias for ::European
33             *
34             *
35             *
36             *
37             *
38             *
39             *
40             *
41             *
42             *
43             *
44             *
45             *
46             *
47             *
48             *
49             *
50             *
51             *
52              
53              
54             ## CPAN-related
55              
56             *
57             *
58             *
59             *
60             *
61             *
62             *
63             *
64             *
65             *
66             *
67             *
68             *
69             *
70             *
71              
72              
73             ## Perl-related
74              
75             *
76              
77              
78             ## Module-related
79              
80             *
81             * - authors of dual-life core modules (modules that are included in perl distribution as well as get released separately)
82             *
83             *
84             *
85              
86              
87             ## (Non-CPAN) project-related
88              
89             *
90              
91              
92             ## Service-related
93              
94             * - authors with github repositories
95              
96              
97             ## Deceased authors
98              
99             *
100              
101              
102             ## Defunct
103              
104             * - authors using , a now-defunct service
105              
106              
107             ## Others
108              
109             * - authors who have visited The Geek House ever
110             * - authors by MBTI types
111             * - authors with "INTP" personality type
112             * - authors who see into your soul with perfect clarity
113             *
114             *
115             *
116              
117              
118             ## *Not* lists of authors
119              
120             * Acme::CPANAuthors::Factory - a utility module
121             * Acme::CPANAuthors::Register
122             * Acme::CPANAuthors::Utils
123             * Acme::CPANAuthors::Utils::Authors
124             * Acme::CPANAuthors::Utils::CPANIndex
125             * Acme::CPANAuthors::Utils::Kwalitee
126             * Acme::CPANAuthors::Utils::Packages
127              
128             _
129             'x.app.cpanmodules.show_entries' => 0,
130             };
131              
132             Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;
133              
134             1;
135             # ABSTRACT: List of Acme::CPANAUthors::* modules
136              
137             __END__