line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
31535
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
75
|
|
2
|
1
|
|
|
1
|
|
7
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
43
|
|
3
|
|
|
|
|
|
|
package Software::License::CC_BY_ND_3_0; |
4
|
1
|
|
|
1
|
|
5
|
use base 'Software::License'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
391
|
|
5
|
|
|
|
|
|
|
# ABSTRACT: Creative Commons Attribution-NoDerivs 3.0 Unported License (CC BY-ND 3.0) |
6
|
|
|
|
|
|
|
|
7
|
1
|
|
|
1
|
1
|
846
|
sub name { 'Creative Commons Attribution-NoDerivs 3.0 Unported License (CC BY-ND 3.0)' } |
8
|
1
|
|
|
1
|
1
|
26891
|
sub url { 'http://creativecommons.org/licenses/by-nd/3.0/' } |
9
|
|
|
|
|
|
|
|
10
|
1
|
|
|
1
|
1
|
2994
|
sub version { '3.0' } |
11
|
2
|
|
|
2
|
1
|
17763
|
sub meta_name { 'restricted' } |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
1; |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=pod |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=encoding utf-8 |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 NAME |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Software::License::CC_BY_ND_3_0 - Creative Commons Attribution-NoDerivs 3.0 Unported License (CC BY-ND 3.0) |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 AVAILABILITY |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
The project homepage is L. |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
The latest version of this module is available from the Comprehensive Perl |
28
|
|
|
|
|
|
|
Archive Network (CPAN). Visit L to find a CPAN |
29
|
|
|
|
|
|
|
site near you, or see L. |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 AUTHOR |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
Brendan Byrd |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
This software is Copyright (c) 2013 by Brendan Byrd. |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
This is free software, licensed under: |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
The GNU Lesser General Public License, Version 3, June 2007 |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=cut |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
__DATA__ |