Apache-mod_perl_guide 1.23 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: Apache::mod_perl_guide, Version
- 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.23/src/config.pod -- Around line 1637: alternative text '/perl-status' contains non-escaped | or / Apache-mod_perl_guide-1.23/src/databases.pod -- Around line 376: Unknown directive: =code Apache-mod_perl_guide-1.23/src/dbm.pod -- Around line 292: Unknown directive: =code Apache-mod_perl_guide-1.23/src/install.pod -- Around line 490: alternative text '/perl-status location' contains non-escaped | or / Around line 1190: You have '=item 1' instead of the expected '=item 2' Around line 1194: You have '=item 1' instead of the expected '=item 3' Around line 1198: You have '=item 1' instead of the expected '=item 4' Around line 1202: You have '=item 1' instead of the expected '=item 5' Around line 1307: You have '=item 1' instead of the expected '=item 2' Around line 1313: You have '=item 1' instead of the expected '=item 3' Around line 1319: You have '=item 1' instead of the expected '=item 4' Around line 1325: You have '=item 1' instead of the expected '=item 5' Around line 1329: You have '=item 1' instead of the expected '=item 6' Around line 1333: You have '=item 1' instead of the expected '=item 7' Around line 1337: You have '=item 1' instead of the expected '=item 8' Around line 1341: You have '=item 1' instead of the expected '=item 9' Around line 1345: You have '=item 1' instead of the expected '=item 10' Around line 1349: You have '=item 1' instead of the expected '=item 11' Around line 1353: You have '=item 1' instead of the expected '=item 12' Around line 1363: You have '=item 1' instead of the expected '=item 13' Around line 1367: You have '=item 1' instead of the expected '=item 14' Around line 1371: You have '=item 1' instead of the expected '=item 15' Around line 1375: You have '=item 1' instead of the expected '=item 16' Around line 1379: You have '=item 1' instead of the expected '=item 17' Around line 1383: You have '=item 1' instead of the expected '=item 18' Around line 1387: You have '=item 1' instead of the expected '=item 19' Around line 1402: You have '=item 1' instead of the expected '=item 20' Around line 1406: You have '=item 1' instead of the expected '=item 21' Around line 1412: You have '=item 1' instead of the expected '=item 22' Around line 1561: You have '=item 1' instead of the expected '=item 2' Around line 1569: You have '=item 1' instead of the expected '=item 3' Around line 1573: You have '=item 1' instead of the expected '=item 4' Around line 1580: You have '=item 1' instead of the expected '=item 5' Around line 1584: You have '=item 1' instead of the expected '=item 6' Around line 1606: You have '=item 1' instead of the expected '=item 2' Around line 1614: You have '=item 1' instead of the expected '=item 3' Around line 1623: You have '=item 1' instead of the expected '=item 4' Around line 1627: You have '=item 1' instead of the expected '=item 5' Around line 1636: You have '=item 1' instead of the expected '=item 6' Around line 1640: You have '=item 1' instead of the expected '=item 7' Around line 1644: You have '=item 1' instead of the expected '=item 8' Around line 1653: You have '=item 1' instead of the expected '=item 9' Around line 1657: You have '=item 1' instead of the expected '=item 10' Apache-mod_perl_guide-1.23/src/intro.pod -- Around line 742: Non-ASCII character seen before =encoding in 'Kerhervé'. Assuming CP1252 Apache-mod_perl_guide-1.23/src/performance.pod -- Around line 3489: alternative text 'Using Global Variables and Sharing Them Between Modules/Packages' contains non-escaped | or / Around line 3892: alternative text '/perl-status' contains non-escaped | or / Apache-mod_perl_guide-1.23/src/perl.pod -- Around line 340: alternative text 'Using global variables and sharing them between modules/packages' contains non-escaped | or / Apache-mod_perl_guide-1.23/src/porting.pod -- Around line 684: alternative text '/perl-status location' contains non-escaped | or / Apache-mod_perl_guide-1.23/src/security.pod -- Around line 27: alternative text 'database of username/password pairs' contains non-escaped | or / Apache-mod_perl_guide-1.23/src/snippets.pod -- Around line 1265: Unknown directive: =code Around line 1267: Unknown directive: =code Around line 1289: Unknown directive: =code Around line 1291: Unknown directive: =code Apache-mod_perl_guide-1.23/src/troubleshooting.pod -- Around line 277: 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.
- 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, DB_File::Lock2, My::DB, Version
- 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
- 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.