| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Acme::CPANModules::ContainingJustData; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
446188
|
use strict; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
50
|
|
|
4
|
1
|
|
|
1
|
|
726
|
use Acme::CPANModulesUtil::Misc; |
|
|
1
|
|
|
|
|
725
|
|
|
|
1
|
|
|
|
|
164
|
|
|
5
|
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY |
|
7
|
|
|
|
|
|
|
our $DATE = '2023-08-06'; # DATE |
|
8
|
|
|
|
|
|
|
our $DIST = 'Acme-CPANModules-ContainingJustData'; # DIST |
|
9
|
|
|
|
|
|
|
our $VERSION = '0.003'; # VERSION |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
my $text = <<'_'; |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Modules under ::* contain lists of words. |
|
14
|
|
|
|
|
|
|
modules also contain lists of words. |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
Modules under ::* contains table data. |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
::* distributions also contain mostly data. |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
_ |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
our $LIST = { |
|
23
|
|
|
|
|
|
|
summary => 'List of modules that just contain data', |
|
24
|
|
|
|
|
|
|
description => $text, |
|
25
|
|
|
|
|
|
|
}; |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description; |
|
28
|
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
1; |
|
30
|
|
|
|
|
|
|
# ABSTRACT: List of modules that just contain data |
|
31
|
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
__END__ |