File Coverage

blib/lib/Software/License/None.pm
Criterion Covered Total %
statement 12 13 92.3
branch n/a
condition n/a
subroutine 6 7 85.7
pod 4 4 100.0
total 22 24 91.6


line stmt bran cond sub pod time code
1 9     9   9478 use strict;
  9         16  
  9         191  
2 9     9   33 use warnings;
  9         16  
  9         307  
3             $Software::License::None::VERSION = '0.104002';
4             use parent 'Software::License';
5 9     9   40 # ABSTRACT: describes a "license" that gives no license for re-use
  9         14  
  9         36  
6              
7              
8 21     21 1 35  
9 0     0 1 0 1;
10              
11 43     43 1 111 =pod
12 42     42 1 75  
13             =encoding UTF-8
14              
15             =head1 NAME
16              
17             Software::License::None - describes a "license" that gives no license for re-use
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             __NOTICE__
46             This software is copyright (c) {{$self->year}} by {{$self->_dotless_holder}}. No
47             license is granted to other entities.
48             __LICENSE__
49             All rights reserved.