1Module::CPANTS::KwaliteUes:e:rLiCcoenntsrei(b3u)ted PerlMoDdoucluem:e:nCtPaAtNiToSn::Kwalitee::License(3)
2
3
4
6 Module::CPANTS::Kwalitee::License - Checks if there is a license
7
9 Checks if the distribution specifies a license.
10
12 Methods
13 order
14
15 Defines the order in which Kwalitee tests should be run.
16
17 Returns 100.
18
19 analyse
20
21 "MCK::License" checks if there's a "license" field "META.yml".
22 Additionally, it looks for a file called LICENSE and a POD section
23 named LICENSE
24
25 kwalitee_indicators
26
27 Returns the Kwalitee Indicators data structure.
28
29 • meta_yml_has_license
30
31 • has_known_license_in_source_file
32
33 • has_license_in_source_file
34
35 • has_human_readable_license
36
37 • has_separate_license_file
38
39 License information
40 Places where the license information is taken from:
41
42 Has a LICENSE file file_license 1|0
43
44 Content of LICENSE file matches License X from Software::License
45
46 License in META.yml
47
48 License in META.yml matches one of the known licenses
49
50 License in source files recognized by Software::LicenseUtils For each
51 file keep where is was it recognized.
52
53 Has license or copyright entry in pod (that might not be recognized by
54 Software::LicenseUtils)
55
56 # has_license
57
59 Module::CPANTS::Analyse
60
62 Thomas Klausner <https://metacpan.org/author/domm> and Gábor Szabó
63 <https://metacpan.org/author/szabgab>
64
66 Copyright © 2003–2009 Thomas Klausner
67 <https://metacpan.org/author/domm>
68
69 Copyright © 2006–2008 Gábor Szabó <https://metacpan.org/author/szabgab>
70
71 You may use and distribute this module according to the same terms that
72 Perl is distributed under.
73
74
75
76perl v5.32.1 2021-01-2M7odule::CPANTS::Kwalitee::License(3)