Kwalitee Issues

has_meta_yml

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

has_tests

Add tests!

has_proper_version

Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'

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: Apache::mod_perl_guide, Apache::mod_perl_guide

prereq_matches_use

List all used modules in META.yml requires

Error:

  • DBI

main_module_version_matches_dist_version

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

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Apache-mod_perl_guide-1.26-fix1/src/config.pod -- Around line 1678: alternative text '/perl-status' contains non-escaped | or / Apache-mod_perl_guide-1.26-fix1/src/databases.pod -- Around line 376: Unknown directive: =code Apache-mod_perl_guide-1.26-fix1/src/dbm.pod -- Around line 294: Unknown directive: =code Apache-mod_perl_guide-1.26-fix1/src/install.pod -- Around line 491: alternative text '/perl-status location' contains non-escaped | or / Around line 1191: You have '=item 1' instead of the expected '=item 2' Around line 1195: You have '=item 1' instead of the expected '=item 3' Around line 1199: You have '=item 1' instead of the expected '=item 4' Around line 1203: You have '=item 1' instead of the expected '=item 5' Around line 1308: You have '=item 1' instead of the expected '=item 2' Around line 1314: You have '=item 1' instead of the expected '=item 3' Around line 1320: You have '=item 1' instead of the expected '=item 4' Around line 1326: You have '=item 1' instead of the expected '=item 5' Around line 1330: You have '=item 1' instead of the expected '=item 6' Around line 1334: You have '=item 1' instead of the expected '=item 7' Around line 1338: You have '=item 1' instead of the expected '=item 8' Around line 1342: You have '=item 1' instead of the expected '=item 9' Around line 1346: You have '=item 1' instead of the expected '=item 10' Around line 1350: You have '=item 1' instead of the expected '=item 11' Around line 1354: You have '=item 1' instead of the expected '=item 12' Around line 1364: You have '=item 1' instead of the expected '=item 13' Around line 1368: You have '=item 1' instead of the expected '=item 14' Around line 1372: You have '=item 1' instead of the expected '=item 15' Around line 1376: You have '=item 1' instead of the expected '=item 16' Around line 1380: You have '=item 1' instead of the expected '=item 17' Around line 1384: You have '=item 1' instead of the expected '=item 18' Around line 1388: You have '=item 1' instead of the expected '=item 19' Around line 1403: You have '=item 1' instead of the expected '=item 20' Around line 1407: You have '=item 1' instead of the expected '=item 21' Around line 1413: You have '=item 1' instead of the expected '=item 22' Around line 1562: You have '=item 1' instead of the expected '=item 2' Around line 1570: You have '=item 1' instead of the expected '=item 3' Around line 1574: You have '=item 1' instead of the expected '=item 4' Around line 1581: You have '=item 1' instead of the expected '=item 5' Around line 1585: You have '=item 1' instead of the expected '=item 6' Around line 1607: You have '=item 1' instead of the expected '=item 2' Around line 1664: You have '=item 1' instead of the expected '=item 3' Around line 1709: You have '=item 1' instead of the expected '=item 4' Around line 1713: You have '=item 1' instead of the expected '=item 5' Around line 1722: You have '=item 1' instead of the expected '=item 6' Around line 1726: You have '=item 1' instead of the expected '=item 7' Around line 1730: You have '=item 1' instead of the expected '=item 8' Around line 1739: You have '=item 1' instead of the expected '=item 9' Around line 1743: You have '=item 1' instead of the expected '=item 10' Apache-mod_perl_guide-1.26-fix1/src/intro.pod -- Around line 741: Non-ASCII character seen before =encoding in 'Kerhervé'. Assuming CP1252 Apache-mod_perl_guide-1.26-fix1/src/performance.pod -- Around line 3421: You have '=item 1' instead of the expected '=item 2' Around line 3425: You have '=item 1' instead of the expected '=item 3' Around line 3429: You have '=item 1' instead of the expected '=item 4' Around line 3433: You have '=item 1' instead of the expected '=item 5' Around line 3438: You have '=item 1' instead of the expected '=item 6' Around line 3442: You have '=item 1' instead of the expected '=item 7' Around line 3968: alternative text 'Using Global Variables and Sharing Them Between Modules/Packages' contains non-escaped | or / Apache-mod_perl_guide-1.26-fix1/src/perl.pod -- Around line 378: alternative text 'Using global variables and sharing them between modules/packages' contains non-escaped | or / Apache-mod_perl_guide-1.26-fix1/src/porting.pod -- Around line 692: alternative text '/perl-status location' contains non-escaped | or / Apache-mod_perl_guide-1.26-fix1/src/security.pod -- Around line 27: alternative text 'database of username/password pairs' contains non-escaped | or / Apache-mod_perl_guide-1.26-fix1/src/snippets.pod -- Around line 1338: Unknown directive: =code Around line 1340: Unknown directive: =code Around line 1362: Unknown directive: =code Around line 1364: Unknown directive: =code Apache-mod_perl_guide-1.26-fix1/src/troubleshooting.pod -- Around line 321: alternative text 'My CGI/Perl Code Gets Returned as Plain Text Instead of Being Executed by the Webserver' contains non-escaped | or /

has_meta_json

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

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: Apache::mod_perl_guide, Apache::mod_perl_guide, DB_File::Lock2, My::DB

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:

  • Apache::mod_perl_guide
  • My::DB

consistent_version

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

Error: 1.01,1.26

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
Apache::mod_perl_guide 1.26 metacpan
DB_File::Lock2 1.01 metacpan
My::DB metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan