File Coverage

blib/lib/Mail/BIMI/App.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Mail::BIMI::App;
2             # ABSTRACT: App::Cmd base class
3             our $VERSION = '3.20210225'; # VERSION
4 2     2   2898 use 5.20.0;
  2         8  
5 2     2   14 use Mail::BIMI::Prelude;
  2         4  
  2         19  
6 2     2   1713 use App::Cmd::Setup -app;
  2         60455  
  2         39  
7              
8              
9             1;
10              
11             __END__
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =head1 NAME
18              
19             Mail::BIMI::App - App::Cmd base class
20              
21             =head1 VERSION
22              
23             version 3.20210225
24              
25             =head1 DESCRIPTION
26              
27             App::Cmd class for Mail::BIMI helper applications
28              
29             =head1 REQUIRES
30              
31             =over 4
32              
33             =item * L<App::Cmd::Setup|App::Cmd::Setup>
34              
35             =item * L<Mail::BIMI::Prelude|Mail::BIMI::Prelude>
36              
37             =back
38              
39             =head1 AUTHOR
40              
41             Marc Bradshaw <marc@marcbradshaw.net>
42              
43             =head1 COPYRIGHT AND LICENSE
44              
45             This software is copyright (c) 2020 by Marc Bradshaw.
46              
47             This is free software; you can redistribute it and/or modify it under
48             the same terms as the Perl 5 programming language system itself.
49              
50             =cut