| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
# no code |
|
2
|
|
|
|
|
|
|
## no critic: TestingAndDebugging::RequireStrict |
|
3
|
|
|
|
|
|
|
package Perinci::CmdLine; |
|
4
|
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY |
|
6
|
|
|
|
|
|
|
our $DATE = '2024-11-12'; # DATE |
|
7
|
|
|
|
|
|
|
our $DIST = 'Perinci-CmdLine'; # DIST |
|
8
|
|
|
|
|
|
|
our $VERSION = '2.000.1'; # VERSION |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
sub new { |
|
11
|
0
|
|
|
0
|
0
|
|
die "Perinci::CmdLine::Lite is empty. Please use of the implementations: Perinci::CmdLine::Plugin, Perinci::CmdLine::Inline, etc"; |
|
12
|
|
|
|
|
|
|
} |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
1; |
|
15
|
|
|
|
|
|
|
# ABSTRACT: Rinci/Riap-based command-line application framework |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
__END__ |