File Coverage

blib/lib/Software/License/CC_BY_SA_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_SA_2_0;
2              
3 1     1   7716 use strict;
  1         3  
  1         50  
4 1     1   7 use warnings;
  1         1  
  1         42  
5              
6 1     1   6 use base 'Software::License';
  1         1  
  1         188  
7              
8             our $AUTHORITY = 'cpan:BBYRD'; # AUTHORITY
9             our $VERSION = '1.10'; # VERSION
10             # ABSTRACT: Creative Commons Attribution-ShareAlike 2.0 License (CC BY-SA 2.0)
11              
12             ### NOTE: This file was auto-generated using cc-license.sh. Do not edit this file!
13              
14 1     1 1 16483 sub name { 'Creative Commons Attribution-ShareAlike 2.0 License (CC BY-SA 2.0)' }
15 1     1 1 794 sub url { 'http://creativecommons.org/licenses/by-sa/2.0/' }
16              
17 1     1 1 401 sub version { '2.0' }
18 2     2 1 1767 sub meta_name { 'unrestricted' }
19              
20             1;
21              
22             =pod
23              
24             =encoding UTF-8
25              
26             =head1 NAME
27              
28             Software::License::CC_BY_SA_2_0 - Creative Commons Attribution-ShareAlike 2.0 License (CC BY-SA 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__