File Coverage

blib/lib/Toolforge/MixNMatch/Print.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 Toolforge::MixNMatch::Print;
2              
3 2     2   163028 use strict;
  2         23  
  2         58  
4 2     2   10 use warnings;
  2         4  
  2         94  
5              
6             our $VERSION = 0.02;
7              
8             1;
9              
10             __END__
11              
12             =pod
13              
14             =encoding utf8
15              
16             =head1 NAME
17              
18             Toolforge::MixNMatch::Print - Toolforge Mix'n'match tool object print routines.
19              
20             =head1 DESCRIPTION
21              
22             This distributions is set of print routins for objects from Toolforge Mix'n'match tool
23             (https://mix-n-match.toolforge.org/).
24              
25             =head1 SEE ALSO
26              
27             =over
28              
29             =item L<Toolforge::MixNMatch::Print::Catalog>
30              
31             TODO
32              
33             =item L<Toolforge::MixNMatch::Print::User>
34              
35             TODO
36              
37             =item L<Toolforge::MixNMatch::Print::YearMonth>
38              
39             TODO
40              
41             =back
42              
43             =head1 REPOSITORY
44              
45             L<https://github.com/michal-josef-spacek/Toolforge-MixNMatch-Print>
46              
47             =head1 AUTHOR
48              
49             Michal Josef Špaček L<mailto:skim@cpan.org>
50              
51             L<http://skim.cz>
52              
53             =head1 LICENSE AND COPYRIGHT
54              
55             © Michal Josef Špaček 2020
56              
57             BSD 2-Clause License
58              
59             =head1 VERSION
60              
61             0.02
62              
63             =cut