| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Acme::CPANModules::Foozilla; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
330813
|
use strict; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
33
|
|
|
4
|
1
|
|
|
1
|
|
476
|
use Acme::CPANModulesUtil::Misc; |
|
|
1
|
|
|
|
|
417
|
|
|
|
1
|
|
|
|
|
101
|
|
|
5
|
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY |
|
7
|
|
|
|
|
|
|
our $DATE = '2024-02-16'; # DATE |
|
8
|
|
|
|
|
|
|
our $DIST = 'Acme-CPANModules-Foozilla'; # DIST |
|
9
|
|
|
|
|
|
|
our $VERSION = '0.003'; # VERSION |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
my $text = <<'_'; |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Do you want to name your project "zilla", but searching MetaCPAN is |
|
14
|
|
|
|
|
|
|
difficult because everything is about ? Here's a little help. |
|
15
|
|
|
|
|
|
|
I've searched using `lcpan` (from ): |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
lcpan mods --query-type name zilla | grep -iv Dist:: |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
and the following is the summary. |
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
**Mozilla** |
|
22
|
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Of course, Mozilla is the biggest name of things foozilla. There's a rather |
|
24
|
|
|
|
|
|
|
decent `Mozilla::` namespace on CPAN with notable modules like |
|
25
|
|
|
|
|
|
|
and . There are also |
|
26
|
|
|
|
|
|
|
(and its siblings), , or . |
|
27
|
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
**Bugzilla** |
|
29
|
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Also from the Mozilla project, hence the name. We have on CPAN, |
|
31
|
|
|
|
|
|
|
but as you know Bugzilla itself is also written in Perl. |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
**Filezilla** |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
I can only find the following modules related to this popular file transfer |
|
36
|
|
|
|
|
|
|
software: . |
|
37
|
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
**That's it** |
|
39
|
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
Vast world awaits for your new `*`zilla project. |
|
41
|
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
_ |
|
43
|
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
our $LIST = { |
|
45
|
|
|
|
|
|
|
summary => "List of ideas for module/script/project name using 'zilla'", |
|
46
|
|
|
|
|
|
|
description => $text, |
|
47
|
|
|
|
|
|
|
}; |
|
48
|
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description; |
|
50
|
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
1; |
|
52
|
|
|
|
|
|
|
# ABSTRACT: List of ideas for module/script/project name using 'zilla' |
|
53
|
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
__END__ |