File Coverage

blib/lib/Software/License/CC_PDM_1_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_PDM_1_0;
2              
3 1     1   16605 use strict;
  1         3  
  1         55  
4 1     1   6 use warnings;
  1         3  
  1         43  
5              
6 1     1   7 use base 'Software::License';
  1         2  
  1         217  
7              
8             our $AUTHORITY = 'cpan:BBYRD'; # AUTHORITY
9             our $VERSION = '1.11'; # VERSION
10             # ABSTRACT: Creative Commons Public Domain Mark 1.0
11              
12             ### NOTE: This file was auto-generated using cc-pdmark.sh. Do not edit this file!
13              
14 3     3 1 3448 sub name { 'Creative Commons Public Domain Mark 1.0' }
15 1     1 1 476 sub url { 'http://creativecommons.org/publicdomain/mark/1.0/' }
16              
17 1     1 1 1154 sub version { '1.0' }
18 2     2 1 6077 sub meta_name { 'unrestricted' }
19              
20             1;
21              
22             =pod
23              
24             =encoding UTF-8
25              
26             =head1 NAME
27              
28             Software::License::CC_PDM_1_0 - Creative Commons Public Domain Mark 1.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__