File Coverage

blib/lib/Acme/CPANModules/DescribeAModuleBadly/PERLANCAR.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANModules::DescribeAModuleBadly::PERLANCAR;
2              
3 1     1   417068 use strict;
  1         2  
  1         227  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2023-10-29'; # DATE
7             our $DIST = 'Acme-CPANModules-DescribeAModuleBadly-PERLANCAR'; # DIST
8             our $VERSION = '0.002'; # VERSION
9              
10             our $LIST = {
11             summary => 'List of modules that are described badly by PERLANCAR',
12             description => <<'_',
13              
14             _
15             entries => [
16              
17             {
18             module => 'Path::Tiny',
19             description => <<'_',
20              
21             When you're bored and want to relearn crawling, standing up, walking and speech
22             all over again when dealing with files.
23              
24             _
25             },
26              
27             {
28             module => 'M',
29             description => <<'_',
30              
31             Remember when you want to have more than four ways to do OO, but less than six?
32             Yeah, me neither.
33              
34             (To be honest, I've used all , , , and for
35             "real-world" purposes, and Mo is so lightweight the only way to be more
36             lightweight is to do bare OO by yourself.)
37              
38             _
39             },
40              
41             {
42             module => 'Dist::Zilla',
43             description => <<'_',
44              
45             An ideal distribution builder tool, particularly if you need to develop
46             Dist::Zilla plugin distributions.
47              
48             _
49             },
50              
51             ],
52             };
53              
54             1;
55             # ABSTRACT: List of modules that are described badly by PERLANCAR
56              
57             __END__