File Coverage

blib/lib/Software/License/CC_BY_SA_3_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_3_0;
2              
3 1     1   9789 use strict;
  1         3  
  1         49  
4 1     1   7 use warnings;
  1         4  
  1         47  
5              
6 1     1   7 use base 'Software::License';
  1         1  
  1         144  
7              
8             our $AUTHORITY = 'cpan:BBYRD'; # AUTHORITY
9             our $VERSION = '1.11'; # VERSION
10             # ABSTRACT: Creative Commons Attribution-ShareAlike 3.0 Unported License (CC BY-SA 3.0)
11              
12             ### NOTE: This file was auto-generated using cc-license.sh. Do not edit this file!
13              
14 1     1 1 421 sub name { 'Creative Commons Attribution-ShareAlike 3.0 Unported License (CC BY-SA 3.0)' }
15 1     1 1 651 sub url { 'http://creativecommons.org/licenses/by-sa/3.0/' }
16              
17 1     1 1 1307 sub version { '3.0' }
18 2     2 1 22832 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_3_0 - Creative Commons Attribution-ShareAlike 3.0 Unported License (CC BY-SA 3.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__