File Coverage

blib/lib/Acme/CPANModules/PERLANCAR/MyGetoptLongExperiment.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::PERLANCAR::MyGetoptLongExperiment;
2              
3 1     1   400528 use strict;
  1         3  
  1         64  
4 1     1   7 use warnings;
  1         2  
  1         1461  
5              
6             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
7             our $DATE = '2023-11-01'; # DATE
8             our $DIST = 'Acme-CPANModulesBundle-PERLANCAR'; # DIST
9             our $VERSION = '0.014'; # VERSION
10              
11             our $LIST = {
12             summary => 'List of my experiments writing Getopt::Long replacements/alternatives',
13             description => <<'_',
14              
15             Most of these modules provide a -compatible interface, but they
16             differ in some aspect: either they offer more features (or less).
17              
18             _
19             entries => [
20             {module => 'Getopt::Long::Less'},
21             {module => 'Getopt::Long::EvenLess'},
22             {module => 'Getopt::Long::More'},
23             {module => 'Getopt::Long::Complete'},
24              
25             {module => 'Getopt::Long::Subcommand'},
26              
27             {module => 'Getopt::Panjang'},
28             ],
29             };
30              
31             1;
32             # ABSTRACT: List of my experiments writing Getopt::Long replacements/alternatives
33              
34             __END__