Movatterモバイル変換


[0]ホーム

URL:


CPANTS

Kwalitee Indicators

Core indicators

These indicators are for important issues everyone should fix if found. These are also used to calculate your score and ranking.

Hide Details

NameDescriptionFail
(Latest)
Fail
(CPAN)
Fail
(BackPAN)
buildtool_not_executableThe build tool (Build.PL/Makefile.PL) is executable. This is bad because you should specify which perl you want to use while installing.
(defined in Module::CPANTS::SiteKwalitee::Files)
1796
(4.24 %)
7273
(4.74 %)
22272
(5.74 %)
distname_matches_name_in_metaThe distribution name (eg. 'Foo-Bar' of Foo-Bar-1.42.tar.gz) does not match the 'name' field in META files.
(defined in Module::CPANTS::SiteKwalitee::Distname)
187
(0.44 %)
588
(0.38 %)
2856
(0.74 %)
extractableThis distribution doesn't extract well due to several reasons such as unsupported archive type (CPANTS only supports tar.gz, tgz and zip archives), file permissions, broken links, invalid filenames, and so on. Most of other kwalitee metrics should be ignored.
(defined in Module::CPANTS::SiteKwalitee::Extraction)
53
(0.13 %)
160
(0.1 %)
929
(0.24 %)
extracts_nicelyThis distribution doesn't create a directory and extracts its content into this directory. Instead, it creates more than one directories (some of which are probably system-specific hidden files/directories), or it spews its content into the current directory, making it really hard/annoying to remove the unpacked package.
(defined in Module::CPANTS::SiteKwalitee::Extraction)
255
(0.6 %)
474
(0.31 %)
1557
(0.4 %)
has_abstract_in_podNo abstract (short description of a module) is found in pod from this distribution.
(defined in Module::CPANTS::Kwalitee::Pod)
2008
(4.74 %)
6178
(4.03 %)
16882
(4.35 %)
has_buildtoolMakefile.PL and/or Build.PL are missing. This makes installing this distribution hard for humans and impossible for automated tools like CPAN/CPANPLUS/cpanminus.
(defined in Module::CPANTS::Kwalitee::Files)
477
(1.13 %)
966
(0.63 %)
3105
(0.8 %)
has_changelogThe distribution hasn't got a Changelog (named something like m/^chang(es?|log)|history$/i). A Changelog helps people decide if they want to upgrade to a new version.
(defined in Module::CPANTS::Kwalitee::Files)
4127
(9.75 %)
13236
(8.62 %)
35972
(9.26 %)
has_human_readable_licenseThis distribution does not have a license defined in the documentation or in a file called LICENSE
(defined in Module::CPANTS::Kwalitee::License)
4357
(10.29 %)
14050
(9.16 %)
41931
(10.8 %)
has_license_in_source_fileDoes not have license information in any of its source files
(defined in Module::CPANTS::Kwalitee::License)
6218
(14.69 %)
20686
(13.48 %)
58056
(14.95 %)
has_manifestThe file "MANIFEST" is missing from this distribution. The MANIFEST lists all files included in the distribution.
(defined in Module::CPANTS::Kwalitee::Files)
1018
(2.41 %)
2669
(1.74 %)
7213
(1.86 %)
has_meta_ymlThe file "META.yml" is missing from this distribution. META.yml is needed by people maintaining module collections (like CPAN), for people writing installation tools, or just people who want to know some stuff about a distribution before downloading it.
(defined in Module::CPANTS::Kwalitee::Files)
5205
(12.3 %)
16237
(10.58 %)
49649
(12.79 %)
has_proper_versionThe version number isn't a number. It probably contains letter besides a leading 'v', which it shouldn't
(defined in Module::CPANTS::SiteKwalitee::DistVersion)
396
(0.94 %)
1452
(0.95 %)
6897
(1.78 %)
has_readmeThe file "README" is missing from this distribution. The README provides some basic information to users prior to downloading and unpacking the distribution.
(defined in Module::CPANTS::Kwalitee::Files)
2980
(7.04 %)
11273
(7.35 %)
27210
(7.01 %)
has_testsThis distribution doesn't contain either a file called 'test.pl' or a directory called 't'. This indicates that it doesn't contain even the most basic test-suite. This is really BAD!
(defined in Module::CPANTS::Kwalitee::Files)
2228
(5.26 %)
6436
(4.19 %)
15422
(3.97 %)
has_versionThe distribution filename (eg. Foo-Bar-1.42.tar.gz) does not include a version number (or something that looks like a reasonable version number to CPAN::DistnameInfo)
(defined in Module::CPANTS::SiteKwalitee::DistVersion)
165
(0.39 %)
233
(0.15 %)
857
(0.22 %)
main_module_version_matches_dist_versionThe version and/or name of the main module in this distribution doesn't match the distribution version and/or name.
(defined in Module::CPANTS::SiteKwalitee::Version)
3307
(7.81 %)
10733
(6.99 %)
31756
(8.18 %)
manifest_matches_distMANIFEST does not match the contents of this distribution.
(defined in Module::CPANTS::Kwalitee::Manifest)
3270
(7.73 %)
11108
(7.24 %)
27835
(7.17 %)
meta_json_conforms_to_known_specMETA.json does not conform to any recognised META Spec.
(defined in Module::CPANTS::Kwalitee::MetaYML)
218
(0.52 %)
1043
(0.68 %)
2576
(0.66 %)
meta_json_is_parsableThe META.json file of this distribution could not be parsed by the version of JSON parser CPANTS is using.
(defined in Module::CPANTS::Kwalitee::MetaYML)
39
(0.09 %)
126
(0.08 %)
218
(0.06 %)
meta_yml_conforms_to_known_specMETA.yml does not conform to any recognised META.yml Spec.
(defined in Module::CPANTS::Kwalitee::MetaYML)
3088
(7.3 %)
11238
(7.32 %)
31549
(8.12 %)
meta_yml_is_parsableThe META.yml file of this distribution could not be parsed by the version of CPAN::Meta::YAML.pm CPANTS is using.
(defined in Module::CPANTS::Kwalitee::MetaYML)
169
(0.4 %)
587
(0.38 %)
1925
(0.5 %)
no_broken_auto_installThis distribution uses an old version of Module::Install. Versions of Module::Install prior to 0.89 do not detect correctly that CPAN/CPANPLUS shell is used.
(defined in Module::CPANTS::Kwalitee::BrokenInstaller)
439
(1.04 %)
1831
(1.19 %)
5910
(1.52 %)
no_broken_module_installThis distribution uses an obsolete version of Module::Install. Versions of Module::Install prior to 0.61 might not work on some systems at all. Additionally if your Makefile.PL uses the 'auto_install()' feature, you need at least version 0.64. Also, 1.04 is known to be broken.
(defined in Module::CPANTS::Kwalitee::BrokenInstaller)
348
(0.82 %)
1394
(0.91 %)
4036
(1.04 %)
no_files_to_be_skippedThis distribution contains files that should be skipped by MANIFEST.SKIP.
(defined in Module::CPANTS::Kwalitee::Files)
675
(1.59 %)
2882
(1.88 %)
8991
(2.32 %)
no_generated_filesThis distribution has files/directories that should be generated at build time, not distributed by the author.
(defined in Module::CPANTS::SiteKwalitee::Files)
326
(0.77 %)
1259
(0.82 %)
3287
(0.85 %)
no_mymeta_filesThis distribution contains MYMETA.* files which should be used only locally. This metric should be integrated into 'no_generated_files' eventually, but as MYMETA.* files are recent inventions, you might need to take special care if MANIFEST.SKIP exists in your distribution. Hence this metric.
(defined in Module::CPANTS::SiteKwalitee::MyMeta)
364
(0.86 %)
1659
(1.08 %)
4535
(1.17 %)
no_pax_headersThis distribution is archived with PAX extended headers, which may be useful under some environments, but may also make extraction fail under other environments (Archive::Tar ignores PAX information as well).
(defined in Module::CPANTS::SiteKwalitee::Extraction)
633
(1.5 %)
2439
(1.59 %)
3386
(0.87 %)
no_pod_errorsThe documentation for this distribution contains syntactic errors in its POD. Note that this metric tests all .pl, .pm and .pod files, even if they are in t/. See 'pod_message' in the dist error view for more info.
(defined in Module::CPANTS::SiteKwalitee::Pod)
3158
(7.46 %)
15462
(10.08 %)
47598
(12.26 %)
no_symlinksThis distribution includes symbolic links (symlinks). This is bad, because there are operating systems that do not handle symlinks.
(defined in Module::CPANTS::Kwalitee::Files)
36
(0.09 %)
110
(0.07 %)
279
(0.07 %)
portable_filenamesThis distribution has at least one file with non-portable characters in its filename, which may cause problems under some environments.
(defined in Module::CPANTS::SiteKwalitee::Files)
76
(0.18 %)
445
(0.29 %)
1407
(0.36 %)
prereq_matches_useThis distribution uses a module or a dist that's not listed as a prerequisite.
(defined in Module::CPANTS::SiteKwalitee::Prereq)
3335
(7.88 %)
14541
(9.48 %)
35854
(9.23 %)
use_strictThis distribution does not 'use strict;' (or its equivalents) in all of its modules. Note that this is not about the actual strictness of the modules. It's bad if nobody can tell whether the modules are strictly written or not, without reading the source code of your favorite clever module that actually enforces strictness. In other words, it's bad if someone feels the need to add 'use strict' to your modules.
(defined in Module::CPANTS::Kwalitee::Uses)
4657
(11 %)
19835
(12.93 %)
59400
(15.3 %)

Extra indicators

These indicators are for less important (or more controversial) issues that you might or might not want to ignore. These are not used while calculating your ranking.

Show Details

NameDescriptionFail
(Latest)
Fail
(CPAN)
Fail
(BackPAN)
consistent_versionThis distribution has .pm files with inconsistent versions.
(defined in Module::CPANTS::SiteKwalitee::Version)
2389
(5.64 %)
12868
(8.39 %)
44275
(11.4 %)
has_known_license_in_source_fileDoes not have license information in any of its source files, or the information is not recognized by Software::License
(defined in Module::CPANTS::Kwalitee::License)
7975
(18.84 %)
27324
(17.81 %)
75318
(19.4 %)
has_meta_jsonThe file "META.json" is missing from this distribution. META.json has better information than META.yml and is preferred by people maintaining module collections (like CPAN), for people writing installation tools, or just people who want to know some stuff about a distribution before downloading it.
(defined in Module::CPANTS::Kwalitee::Files)
19214
(45.4 %)
72221
(47.06 %)
198158
(51.03 %)
has_tests_in_t_dirThis distribution contains either a file called 'test.pl' (the old test file) or is missing a directory called 't'. This indicates that it uses the old test mechanism or it has no test-suite.
(defined in Module::CPANTS::Kwalitee::Files)
4412
(10.42 %)
13914
(9.07 %)
35100
(9.04 %)
meta_yml_declares_perl_versionThis distribution does not declare the minimum perl version in META.yml.
(defined in Module::CPANTS::Kwalitee::MetaYML)
19420
(45.89 %)
69674
(45.4 %)
170877
(44 %)
meta_yml_has_licenseThis distribution does not have a license defined in META.yml.
(defined in Module::CPANTS::Kwalitee::License)
12263
(28.97 %)
39706
(25.87 %)
109584
(28.22 %)
no_abstract_stub_in_podA well-known abstract stub (typically generated by an authoring tool) is found in this distribution.
(defined in Module::CPANTS::Kwalitee::Pod)
89
(0.21 %)
348
(0.23 %)
781
(0.2 %)
no_dot_dirsThis distribution has a dot directory, which most probably derives from a version control system.
(defined in Module::CPANTS::SiteKwalitee::Files)
183
(0.43 %)
1027
(0.67 %)
1614
(0.42 %)
no_dot_underscore_filesThis distribution has dot underscore files which may cause various problems.
(defined in Module::CPANTS::SiteKwalitee::Files)
100
(0.24 %)
298
(0.19 %)
908
(0.23 %)
no_invalid_versionsThis distribution has .pm files with an invalid version.
(defined in Module::CPANTS::SiteKwalitee::Version)
268
(0.63 %)
1532
(1 %)
5036
(1.3 %)
no_local_dirsThis distribution contains a well-known directory for local use (i.e. not suitable for a public distribution).
(defined in Module::CPANTS::SiteKwalitee::Files)
9
(0.02 %)
38
(0.02 %)
84
(0.02 %)
no_maniskip_errorThis distribution's MANIFEST.SKIP has a problematic entry.
(defined in Module::CPANTS::Kwalitee::Files)
11
(0.03 %)
64
(0.04 %)
207
(0.05 %)
no_missing_files_in_providesProvides field in the META.yml lists a file that does not found in the distribution.
(defined in Module::CPANTS::Kwalitee::FindModules)
39
(0.09 %)
223
(0.15 %)
553
(0.14 %)
no_stdin_for_promptingThis distribution is using direct call from STDIN instead of prompt(). Make sure STDIN is not used in Makefile.PL or Build.PL.
(defined in Module::CPANTS::Kwalitee::Files)
153
(0.36 %)
907
(0.59 %)
3334
(0.86 %)
no_unauthorized_packagesApparently this distribution has unauthorized packages now.
(defined in Module::CPANTS::SiteKwalitee::Permissions)
1206
(2.85 %)
5758
(3.75 %)
22781
(5.87 %)
proper_libsThere is more than one .pm file in the base dir, or the .pm files are not in lib/ directory.
(defined in Module::CPANTS::Kwalitee::FindModules)
872
(2.06 %)
4314
(2.81 %)
14276
(3.68 %)
test_prereq_matches_useThis distribution uses a module or a dist in its test suite that's not listed as a test prerequisite.
(defined in Module::CPANTS::SiteKwalitee::Prereq)
1170
(2.76 %)
5867
(3.82 %)
13054
(3.36 %)
use_warningsThis distribution does not 'use warnings;' (or its equivalents) in all of its modules. Note that this is not about that your modules actually warn when something bad happens. It's bad if nobody can tell if a module warns or not, without reading the source code of your favorite module that actually enforces warnings. In other words, it's bad if someone feels the need to add 'use warnings' to your modules.
(defined in Module::CPANTS::Kwalitee::Uses)
12138
(28.68 %)
47520
(30.97 %)
133680
(34.42 %)
valid_signatureThis dist failed its Module::Signature verification and does not to install automatically through the CPAN client if Module::Signature is installed. Note: unsigned dists will automatically pass this kwalitee check.
(defined in Module::CPANTS::SiteKwalitee::Signature)
1202
(2.84 %)
5324
(3.47 %)
12714
(3.27 %)

Experimental indicators

These indicators are mainly for issues that are too new or too picky and there are a lot of failing distributions on the CPAN, or just to gather information. These are not used while calculating your score and ranking.

Show Details

NameDescriptionFail
(Latest)
Fail
(CPAN)
Fail
(BackPAN)
configure_prereq_matches_useThis distribution uses a module or a dist in its Makefile.PL/Build.PL that's not listed as a configure prerequisite.
(defined in Module::CPANTS::SiteKwalitee::Prereq)
394
(0.93 %)
1673
(1.09 %)
4238
(1.09 %)
has_contributing_docThis distribution has no documentation about contribution.
(defined in Module::CPANTS::Kwalitee::Security)
40806
(96.42 %)
147639
(96.21 %)
372897
(96.03 %)
has_security_docThis distribution has no documentation about security policy.
(defined in Module::CPANTS::Kwalitee::Security)
42121
(99.52 %)
152559
(99.41 %)
385689
(99.32 %)
has_separate_license_fileThis distribution does not have a LICENSE or LICENCE file in its root directory.
(defined in Module::CPANTS::Kwalitee::License)
21461
(50.71 %)
78708
(51.29 %)
207712
(53.49 %)
meta_yml_has_providesThis distribution does not have a list of provided modules defined in META.yml.
(defined in Module::CPANTS::Kwalitee::MetaYML)
25746
(60.83 %)
95935
(62.51 %)
237821
(61.24 %)
meta_yml_has_repository_resourceThis distribution does not have a link to a repository in META.yml.
(defined in Module::CPANTS::Kwalitee::MetaYML)
16220
(38.32 %)
59539
(38.8 %)
156499
(40.3 %)
security_doc_contains_contactThis distribution has no documentation about security policy or the documentation has no contact.
(defined in Module::CPANTS::Kwalitee::Security)
42125
(99.53 %)
152574
(99.42 %)
385713
(99.33 %)
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it onGitHub.

Last analyzed: 2025-03-29 21:06:56



[8]ページ先頭

©2009-2025 Movatter.jp