Apache-mod_perl_guide 1.22 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_tests
-
Add tests!
- 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: Version, 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.22/src/config.pod -- Around line 1368: alternative text '/perl-status' contains non-escaped | or / Apache-mod_perl_guide-1.22/src/databases.pod -- Around line 365: Unknown directive: =code Apache-mod_perl_guide-1.22/src/dbm.pod -- Around line 290: Unknown directive: =code Apache-mod_perl_guide-1.22/src/install.pod -- Around line 480: alternative text '/perl-status location' contains non-escaped | or / Around line 1166: You have '=item 1' instead of the expected '=item 2' Around line 1170: You have '=item 1' instead of the expected '=item 3' Around line 1174: You have '=item 1' instead of the expected '=item 4' Around line 1178: You have '=item 1' instead of the expected '=item 5' Around line 1283: You have '=item 1' instead of the expected '=item 2' Around line 1289: You have '=item 1' instead of the expected '=item 3' Around line 1295: You have '=item 1' instead of the expected '=item 4' Around line 1301: You have '=item 1' instead of the expected '=item 5' Around line 1305: You have '=item 1' instead of the expected '=item 6' Around line 1309: You have '=item 1' instead of the expected '=item 7' Around line 1313: You have '=item 1' instead of the expected '=item 8' Around line 1317: You have '=item 1' instead of the expected '=item 9' Around line 1321: You have '=item 1' instead of the expected '=item 10' Around line 1325: You have '=item 1' instead of the expected '=item 11' Around line 1329: You have '=item 1' instead of the expected '=item 12' Around line 1339: You have '=item 1' instead of the expected '=item 13' Around line 1343: You have '=item 1' instead of the expected '=item 14' Around line 1347: You have '=item 1' instead of the expected '=item 15' Around line 1351: You have '=item 1' instead of the expected '=item 16' Around line 1355: You have '=item 1' instead of the expected '=item 17' Around line 1359: You have '=item 1' instead of the expected '=item 18' Around line 1363: You have '=item 1' instead of the expected '=item 19' Around line 1378: You have '=item 1' instead of the expected '=item 20' Around line 1382: You have '=item 1' instead of the expected '=item 21' Around line 1388: You have '=item 1' instead of the expected '=item 22' Apache-mod_perl_guide-1.22/src/intro.pod -- Around line 718: Non-ASCII character seen before =encoding in 'Kerhervé'. Assuming CP1252 Apache-mod_perl_guide-1.22/src/performance.pod -- Around line 696: alternative text 'Using Global Variables and Sharing Them Between Modules/Packages' contains non-escaped | or / Around line 1604: alternative text '/perl-status' contains non-escaped | or / Apache-mod_perl_guide-1.22/src/perl.pod -- Around line 238: alternative text 'Using global variables and sharing them between modules/packages' contains non-escaped | or / Apache-mod_perl_guide-1.22/src/porting.pod -- Around line 675: alternative text '/perl-status location' contains non-escaped | or / Apache-mod_perl_guide-1.22/src/security.pod -- Around line 27: alternative text 'database of username/password pairs' contains non-escaped | or / Apache-mod_perl_guide-1.22/src/snippets.pod -- Around line 1215: Unknown directive: =code Around line 1217: Unknown directive: =code Around line 1240: Unknown directive: =code Around line 1242: Unknown directive: =code
- 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.
- 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: DB_File::Lock2, My::DB, Version, mod_perl_guide
- 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:
- My::DB
- 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.