File Coverage

blib/lib/Software/License/ISC.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 8     8   3078 use strict;
  8         17  
  8         163  
2 8     8   31 use warnings;
  8         12  
  8         247  
3             $Software::License::ISC::VERSION = '0.104002';
4             use parent 'Software::License';
5 8     8   30 # ABSTRACT: The ISC License
  8         14  
  8         33  
6              
7              
8 21     21 1 38 1;
9 0     0 1 0  
10 43     43 1 102 =pod
11 42     42 1 76  
12 42     42 1 90 =encoding UTF-8
13              
14             =head1 NAME
15              
16             Software::License::ISC - The ISC License
17              
18             =head1 VERSION
19              
20             version 0.104002
21              
22             =head1 PERL VERSION
23              
24             This module is part of CPAN toolchain, or is treated as such. As such, it
25             follows the agreement of the Perl Toolchain Gang to require no newer version of
26             perl than v5.8.1. This version may change by agreement of the Toolchain Gang,
27             but for now is governed by the L<Lancaster
28             Consensus|https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancaster-consensus.md>
29             of 2013.
30              
31             =head1 AUTHOR
32              
33             Ricardo Signes <rjbs@semiotic.systems>
34              
35             =head1 COPYRIGHT AND LICENSE
36              
37             This software is copyright (c) 2022 by Ricardo Signes.
38              
39             This is free software; you can redistribute it and/or modify it under
40             the same terms as the Perl 5 programming language system itself.
41              
42             =cut
43              
44             __LICENSE__
45             The ISC License
46              
47             Copyright (c) {{$self->year}} by {{$self->holder}}
48              
49             Permission to use, copy, modify, and/or distribute this software for any
50             purpose with or without fee is hereby granted, provided that the above
51             copyright notice and this permission notice appear in all copies.
52              
53             THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
54             WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
55             MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
56             ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
57             WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
58             ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
59             OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.