Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Test::Inline, Test::Simple::Catch, Test::Simple::Catch::More

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: Test-Inline-0.11/lib/Pod/Tests.pm, Test-Harness-1.25/lib/Test/Harness.pm, Test-Inline-0.11/lib/Test/Inline.pm, Test-Simple-0.19/lib/Test/More.pm, Test-Simple-0.19/lib/Test/Simple.pm, Test-Simple-0.19/t/lib/Test/Simple/Catch.pm, Test-Simple-0.19/t/lib/Test/Simple/Catch/More.pm, Test-Simple-0.19/lib/Test/Utils.pm

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Pod::Tests, Test::Harness, Test::Inline, Test::More, Test::Simple, Test::Simple::Catch, Test::Simple::Catch::More, Test::Utils

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Test::Simple::Catch

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.02,0.10,0.11,0.19,1.25

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
Pod::Tests Extracts embedded tests and code examples from POD 0.10 metacpan
Test::Harness run perl standard test scripts with statistics 1.25 metacpan
Test::Inline Inlining your tests next to the code being tested. 0.11 metacpan
Test::More yet another framework for writing test scripts 0.19 metacpan
Test::Simple Basic utilities for writing tests. 0.19 metacpan
Test::Simple::Catch metacpan
Test::Simple::Catch::More metacpan
Test::Utils 0.02 metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
Test-Harness-1.25/MANIFEST metacpan
Test-Harness-1.25/Makefile.PL metacpan
Test-Inline-0.11/MANIFEST metacpan
Test-Inline-0.11/Makefile.PL metacpan
Test-Simple-0.19/MANIFEST metacpan
Test-Simple-0.19/Makefile.PL metacpan