File Coverage

blib/lib/Toolforge/MixNMatch/Object.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::Object;
2              
3 2     2   130341 use strict;
  2         20  
  2         49  
4 2     2   9 use warnings;
  2         3  
  2         78  
5              
6             our $VERSION = 0.03;
7              
8             1;
9              
10             __END__
11              
12             =pod
13              
14             =encoding utf8
15              
16             =head1 NAME
17              
18             Toolforge::MixNMatch::Object - Toolforge Mix'n'match tool objects.
19              
20             =head1 DESCRIPTION
21              
22             This distributions is set of basic 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::Object::Catalog>
30              
31             Mix'n'match catalog datatype.
32              
33             =item L<Toolforge::MixNMatch::Object::User>
34              
35             Mix'n'match user datatype.
36              
37             =item L<Toolforge::MixNMatch::Object::YearMonth>
38              
39             Mix'n'match year/month datatype.
40              
41             =back
42              
43             =head1 REPOSITORY
44              
45             L<https://github.com/michal-josef-spacek/Toolforge-MixNMatch-Object>
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.03
62              
63             =cut