| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Acme::CPANModules::PortedFrom::Go; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
311649
|
use strict; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
153
|
|
|
4
|
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY |
|
6
|
|
|
|
|
|
|
our $DATE = '2023-10-31'; # DATE |
|
7
|
|
|
|
|
|
|
our $DIST = 'Acme-CPANModules-PortedFrom-Go'; # DIST |
|
8
|
|
|
|
|
|
|
our $VERSION = '0.003'; # VERSION |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
our $LIST = { |
|
11
|
|
|
|
|
|
|
summary => "List of modules/applications that are ported from (or inspired by) ". |
|
12
|
|
|
|
|
|
|
"Go", |
|
13
|
|
|
|
|
|
|
description => <<'_', |
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
If you know of others, please drop me a message. |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
_ |
|
18
|
|
|
|
|
|
|
entries => [ |
|
19
|
|
|
|
|
|
|
{ |
|
20
|
|
|
|
|
|
|
module => 'Getopt::Kingpin', |
|
21
|
|
|
|
|
|
|
summary => 'kingpin', |
|
22
|
|
|
|
|
|
|
}, |
|
23
|
|
|
|
|
|
|
], |
|
24
|
|
|
|
|
|
|
}; |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
1; |
|
27
|
|
|
|
|
|
|
# ABSTRACT: List of modules/applications that are ported from (or inspired by) Go |
|
28
|
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
__END__ |