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_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

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.27/src/config.pod -- Around line 1687: alternative text '/perl-status' contains non-escaped | or / Apache-mod_perl_guide-1.27/src/databases.pod -- Around line 376: Unknown directive: =code Apache-mod_perl_guide-1.27/src/dbm.pod -- Around line 295: Unknown directive: =code Apache-mod_perl_guide-1.27/src/install.pod -- Around line 514: alternative text '/perl-status location' contains non-escaped | or / Around line 1186: You have '=item 1' instead of the expected '=item 2' Around line 1190: You have '=item 1' instead of the expected '=item 3' Around line 1194: You have '=item 1' instead of the expected '=item 4' Around line 1198: You have '=item 1' instead of the expected '=item 5' Around line 1303: You have '=item 1' instead of the expected '=item 2' Around line 1309: You have '=item 1' instead of the expected '=item 3' Around line 1315: You have '=item 1' instead of the expected '=item 4' Around line 1321: You have '=item 1' instead of the expected '=item 5' Around line 1325: You have '=item 1' instead of the expected '=item 6' Around line 1329: You have '=item 1' instead of the expected '=item 7' Around line 1333: You have '=item 1' instead of the expected '=item 8' Around line 1337: You have '=item 1' instead of the expected '=item 9' Around line 1341: You have '=item 1' instead of the expected '=item 10' Around line 1345: You have '=item 1' instead of the expected '=item 11' Around line 1349: You have '=item 1' instead of the expected '=item 12' Around line 1359: You have '=item 1' instead of the expected '=item 13' Around line 1363: You have '=item 1' instead of the expected '=item 14' Around line 1367: You have '=item 1' instead of the expected '=item 15' Around line 1371: You have '=item 1' instead of the expected '=item 16' Around line 1375: You have '=item 1' instead of the expected '=item 17' Around line 1379: You have '=item 1' instead of the expected '=item 18' Around line 1383: You have '=item 1' instead of the expected '=item 19' Around line 1398: You have '=item 1' instead of the expected '=item 20' Around line 1402: You have '=item 1' instead of the expected '=item 21' Around line 1408: You have '=item 1' instead of the expected '=item 22' Around line 1560: You have '=item 1' instead of the expected '=item 2' Around line 1568: You have '=item 1' instead of the expected '=item 3' Around line 1572: You have '=item 1' instead of the expected '=item 4' Around line 1579: You have '=item 1' instead of the expected '=item 5' Around line 1583: You have '=item 1' instead of the expected '=item 6' Around line 1605: You have '=item 1' instead of the expected '=item 2' Around line 1662: You have '=item 1' instead of the expected '=item 3' Around line 1707: You have '=item 1' instead of the expected '=item 4' Around line 1711: You have '=item 1' instead of the expected '=item 5' Around line 1720: You have '=item 1' instead of the expected '=item 6' Around line 1724: You have '=item 1' instead of the expected '=item 7' Around line 1728: You have '=item 1' instead of the expected '=item 8' Around line 1737: You have '=item 1' instead of the expected '=item 9' Around line 1741: You have '=item 1' instead of the expected '=item 10' Around line 1763: You have '=item 1' instead of the expected '=item 2' Around line 1774: You have '=item 1' instead of the expected '=item 3' Around line 1784: You have '=item 1' instead of the expected '=item 4' Apache-mod_perl_guide-1.27/src/intro.pod -- Around line 804: Non-ASCII character seen before =encoding in 'Kerhervé'. Assuming CP1252 Apache-mod_perl_guide-1.27/src/performance.pod -- Around line 2630: Unknown directive: =code Around line 3325: You have '=item 1' instead of the expected '=item 2' Around line 3329: You have '=item 1' instead of the expected '=item 3' Around line 3333: You have '=item 1' instead of the expected '=item 4' Around line 3337: You have '=item 1' instead of the expected '=item 5' Around line 3342: You have '=item 1' instead of the expected '=item 6' Around line 3346: You have '=item 1' instead of the expected '=item 7' Around line 3872: alternative text 'Using Global Variables and Sharing Them Between Modules/Packages' contains non-escaped | or / Apache-mod_perl_guide-1.27/src/perl.pod -- Around line 390: alternative text 'Using global variables and sharing them between modules/packages' contains non-escaped | or / Apache-mod_perl_guide-1.27/src/porting.pod -- Around line 692: alternative text '/perl-status location' contains non-escaped | or / Apache-mod_perl_guide-1.27/src/security.pod -- Around line 27: alternative text 'database of username/password pairs' contains non-escaped | or / Apache-mod_perl_guide-1.27/src/snippets.pod -- Around line 1339: Unknown directive: =code Around line 1341: Unknown directive: =code Around line 1363: Unknown directive: =code Around line 1365: Unknown directive: =code Apache-mod_perl_guide-1.27/src/troubleshooting.pod -- Around line 331: 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.27

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.27 metacpan
DB_File::Lock2 1.01 metacpan
My::DB metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan