line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
10
|
|
|
10
|
|
8429
|
use strict; |
|
10
|
|
|
|
|
51
|
|
|
10
|
|
|
|
|
323
|
|
2
|
10
|
|
|
10
|
|
64
|
use warnings; |
|
10
|
|
|
|
|
45
|
|
|
10
|
|
|
|
|
530
|
|
3
|
|
|
|
|
|
|
package Software::License::GFDL_1_2; |
4
|
|
|
|
|
|
|
$Software::License::GFDL_1_2::VERSION = '0.104001'; |
5
|
10
|
|
|
10
|
|
3154
|
use parent 'Software::License'; |
|
10
|
|
|
|
|
1868
|
|
|
10
|
|
|
|
|
67
|
|
6
|
|
|
|
|
|
|
# ABSTRACT: The GNU Free Documentation License v1.2 |
7
|
|
|
|
|
|
|
|
8
|
21
|
|
|
21
|
1
|
45
|
sub name { 'GNU Free Documentation License v1.2' } |
9
|
0
|
|
|
0
|
1
|
0
|
sub url { 'http://www.gnu.org/licenses/fdl-1.2.txt' } |
10
|
43
|
|
|
43
|
1
|
213
|
sub meta_name { 'open_source' } |
11
|
42
|
|
|
42
|
1
|
123
|
sub meta2_name { 'gfdl_1_2' } |
12
|
43
|
|
|
43
|
1
|
136
|
sub spdx_expression { 'GFDL-1.2-or-later' } |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
1; |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=pod |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=encoding UTF-8 |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 NAME |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
Software::License::GFDL_1_2 - The GNU Free Documentation License v1.2 |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 VERSION |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
version 0.104001 |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 AUTHOR |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Ricardo Signes |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
This software is copyright (c) 2021 by Ricardo Signes. |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
37
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=cut |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
__DATA__ |