line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Tapper::CLI; |
2
|
|
|
|
|
|
|
# git description: v5.0.5-5-g33887a9 |
3
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:TAPPER'; |
5
|
|
|
|
|
|
|
# ABSTRACT: Tapper - tapper-* commandline tools |
6
|
|
|
|
|
|
|
$Tapper::CLI::VERSION = '5.0.6'; |
7
|
1
|
|
|
1
|
|
1647
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
35
|
|
8
|
1
|
|
|
1
|
|
5
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
28
|
|
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
1; # End of Tapper::CLI |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
__END__ |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=pod |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=encoding UTF-8 |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 NAME |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
Tapper::CLI - Tapper - tapper-* commandline tools |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 AUTHOR |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
AMD OSRC Tapper Team <tapper@amd64.org> |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
This software is Copyright (c) 2020 by Advanced Micro Devices, Inc.. |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
This is free software, licensed under: |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
The (two-clause) FreeBSD License |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=cut |