File Coverage

blib/lib/Software/License/Zlib.pm
Criterion Covered Total %
statement 13 14 92.8
branch n/a
condition n/a
subroutine 7 8 87.5
pod 5 5 100.0
total 25 27 92.5


line stmt bran cond sub pod time code
1 10     10   9816 use strict;
  10         21  
  10         216  
2 10     10   39 use warnings;
  10         16  
  10         376  
3             $Software::License::Zlib::VERSION = '0.104002';
4             use parent 'Software::License';
5 10     10   44 # ABSTRACT: The zlib License
  10         16  
  10         37  
6              
7              
8 22     22 1 95  
9 0     0 1 0 1;
10              
11 43     43 1 105 =pod
12 42     42 1 92  
13 43     43 1 85 =encoding UTF-8
14              
15             =head1 NAME
16              
17             Software::License::Zlib - The zlib License
18              
19             =head1 VERSION
20              
21             version 0.104002
22              
23             =head1 PERL VERSION
24              
25             This module is part of CPAN toolchain, or is treated as such. As such, it
26             follows the agreement of the Perl Toolchain Gang to require no newer version of
27             perl than v5.8.1. This version may change by agreement of the Toolchain Gang,
28             but for now is governed by the L<Lancaster
29             Consensus|https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancaster-consensus.md>
30             of 2013.
31              
32             =head1 AUTHOR
33              
34             Ricardo Signes <rjbs@semiotic.systems>
35              
36             =head1 COPYRIGHT AND LICENSE
37              
38             This software is copyright (c) 2022 by Ricardo Signes.
39              
40             This is free software; you can redistribute it and/or modify it under
41             the same terms as the Perl 5 programming language system itself.
42              
43             =cut
44              
45             __LICENSE__
46             The zlib License
47              
48             This software is provided 'as-is', without any express or implied
49             warranty. In no event will the authors be held liable for any damages
50             arising from the use of this software.
51              
52             Permission is granted to anyone to use this software for any purpose,
53             including commercial applications, and to alter it and redistribute it
54             freely, subject to the following restrictions:
55              
56             1. The origin of this software must not be misrepresented; you must
57             not claim that you wrote the original software. If you use this
58             software in a product, an acknowledgment in the product
59             documentation would be appreciated but is not required.
60              
61             2. Altered source versions must be plainly marked as such, and must
62             not be misrepresented as being the original software.
63              
64             3. This notice may not be removed or altered from any source
65             distribution.