File Coverage

blib/lib/Software/License/CC_BY_NC_ND_2_0.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 7 7 100.0
pod 4 4 100.0
total 24 24 100.0


line stmt bran cond sub pod time code
1             package Software::License::CC_BY_NC_ND_2_0;
2              
3 1     1   11086 use strict;
  1         2  
  1         37  
4 1     1   5 use warnings;
  1         1  
  1         27  
5              
6 1     1   4 use base 'Software::License';
  1         1  
  1         137  
7              
8             our $AUTHORITY = 'cpan:BBYRD'; # AUTHORITY
9             our $VERSION = '1.11'; # VERSION
10             # ABSTRACT: Creative Commons Attribution-NonCommercial-NoDerivs 2.0 License (CC BY-NC-ND 2.0)
11              
12             ### NOTE: This file was auto-generated using cc-license.sh. Do not edit this file!
13              
14 1     1 1 430 sub name { 'Creative Commons Attribution-NonCommercial-NoDerivs 2.0 License (CC BY-NC-ND 2.0)' }
15 1     1 1 405 sub url { 'http://creativecommons.org/licenses/by-nc-nd/2.0/' }
16              
17 1     1 1 822 sub version { '2.0' }
18 2     2 1 14207 sub meta_name { 'restricted' }
19              
20             1;
21              
22             =pod
23              
24             =encoding UTF-8
25              
26             =head1 NAME
27              
28             Software::License::CC_BY_NC_ND_2_0 - Creative Commons Attribution-NonCommercial-NoDerivs 2.0 License (CC BY-NC-ND 2.0)
29              
30             =head1 AVAILABILITY
31              
32             The project homepage is L.
33              
34             The latest version of this module is available from the Comprehensive Perl
35             Archive Network (CPAN). Visit L to find a CPAN
36             site near you, or see L.
37              
38             =head1 AUTHOR
39              
40             Brendan Byrd
41              
42             =head1 COPYRIGHT AND LICENSE
43              
44             This software is Copyright (c) 2014 by Brendan Byrd.
45              
46             This is free software, licensed under:
47              
48             The GNU Lesser General Public License, Version 3, June 2007
49              
50             =cut
51              
52             __DATA__