Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Missing mandatory field, 'version' (version) [Validation: 1.0]

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'

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: APR, APR::Const, APR::FunctionTable, APR::PerlIO, Apache::Const, Apache::ConstantsTable, Apache::FunctionTable, Apache::SourceTables, Apache::StructureTable, Bundle::Apache2, ModPerl::Const, ModPerl::FunctionTable

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: mod_perl-2.0.0-RC2-XMas/docs/devel/core/explained.pod -- Around line 708: Non-ASCII character seen before =encoding in 'initial'. Assuming CP1252 mod_perl-2.0.0-RC2-XMas/docs/devel/debug/c.pod -- Around line 382: You have '=item 1' instead of the expected '=item 2' Around line 386: You have '=item 1' instead of the expected '=item 3' Around line 390: You have '=item 1' instead of the expected '=item 4' Around line 474: You have '=item 1' instead of the expected '=item 2' Around line 483: You have '=item 1' instead of the expected '=item 3' Around line 508: You have '=item 1' instead of the expected '=item 4' Around line 725: Non-ASCII character seen before =encoding in 'voilà,'. Assuming CP1252 Around line 869: You have '=item 1' instead of the expected '=item 2' Around line 875: You have '=item 1' instead of the expected '=item 3' Around line 885: You have '=item 1' instead of the expected '=item 4' mod_perl-2.0.0-RC2-XMas/docs/user/Changes.pod -- Around line 18: Non-ASCII character seen before =encoding in 'Jean-Sébastien'. Assuming CP1252 mod_perl-2.0.0-RC2-XMas/docs/user/handlers/intro.pod -- Around line 397: alternative text 'I/O filtering' contains non-escaped | or / mod_perl-2.0.0-RC2-XMas/docs/user/porting/compat.pod -- Around line 109: An empty L<>

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

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: xs/APR/APR/APR.pm, xs/APR/Const/Const.pm, xs/tables/current/APR/FunctionTable.pm, xs/APR/PerlIO/PerlIO.pm, xs/Apache/Const/Const.pm, xs/tables/current/Apache/ConstantsTable.pm, xs/tables/current/Apache/FunctionTable.pm, xs/tables/current/Apache/StructureTable.pm, xs/ModPerl/Const/Const.pm, xs/tables/current/ModPerl/FunctionTable.pm, ModPerl-Registry/lib/ModPerl/PerlRun.pm, ModPerl-Registry/lib/ModPerl/Registry.pm, ModPerl-Registry/lib/ModPerl/RegistryBB.pm, ModPerl-Registry/lib/ModPerl/RegistryCooker.pm, ModPerl-Registry/lib/ModPerl/RegistryLoader.pm, ModPerl-Registry/t/cgi-bin/perlrun_decl.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: APR, APR::Const, APR::FunctionTable, APR::PerlIO, Apache::Const, Apache::ConstantsTable, Apache::FunctionTable, Apache::SourceTables, Apache::StructureTable, Bundle::Apache2, ModPerl::CScan, ModPerl::Config, ModPerl::Const, ModPerl::FunctionTable, ModPerl::ParseSource, mod_perl

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:

  • C::Preprocessed

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.01,0.02,0.04,0.09,0.75,1.00,1.72,1.99,1.9919,3.00

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

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
APR 0.01 metacpan
APR::Const 0.01 metacpan
APR::FunctionTable metacpan
APR::PerlIO 0.01 metacpan
APR::XSLoader metacpan
Apache::Build Methods for locating and parsing bits of Apache source code 0.01 metacpan
Apache::Const 0.01 metacpan
Apache::ConstantsTable metacpan
Apache::FunctionTable metacpan
Apache::ParseSource 0.02 metacpan
Apache::PerlSections 0.01 metacpan
Apache::PerlSections::Dump 0.01 metacpan
Apache::Reload 0.09 metacpan
Apache::Resource 1.72 metacpan
Apache::SizeLimit 0.04 metacpan
Apache::SourceTables metacpan
Apache::Status 3.00 metacpan
Apache::StructureTable metacpan
Apache::XSLoader metacpan
Apache::compat metacpan
Apache::porting metacpan
Bundle::Apache2 Install Apache mod_perl2 and related modules 1.00 metacpan
ModPerl::BuildMM metacpan
ModPerl::BuildOptions metacpan
ModPerl::CScan scan C language files for easily recognized constructs. 0.75 metacpan
ModPerl::Code Generate mod_perl glue code 0.01 metacpan
ModPerl::Config Functions to retrieve mod_perl specific env information. metacpan
ModPerl::Const 0.01 metacpan
ModPerl::FunctionMap metacpan
ModPerl::FunctionTable metacpan
ModPerl::MM metacpan
ModPerl::Manifest metacpan
ModPerl::MapUtil metacpan
ModPerl::ParseSource 0.01 metacpan
ModPerl::PerlRun 1.99 metacpan
ModPerl::Registry 1.99 metacpan
ModPerl::RegistryBB 1.99 metacpan
ModPerl::RegistryCooker 1.99 metacpan
ModPerl::RegistryLoader metacpan
ModPerl::StructureMap metacpan
ModPerl::TestReport metacpan
ModPerl::TestRun metacpan
ModPerl::TypeMap metacpan
ModPerl::WrapXS 0.01 metacpan
mod_perl Embed a Perl interpreter in the Apache/2.x HTTP server 1.9919 metacpan
perlrun_decl metacpan

Provides

Name File View
Apache lib/Apache/compat.pm metacpan
Apache::Connection lib/Apache/compat.pm metacpan
Apache::Constants lib/Apache/compat.pm metacpan
Apache::File lib/Apache/compat.pm metacpan
Apache::ParseSource::Scan lib/Apache/ParseSource.pm metacpan
Apache::RequestRec lib/Apache/compat.pm metacpan
Apache::SIG lib/Apache/compat.pm metacpan
Apache::Server lib/Apache/compat.pm metacpan
Apache::Status::_version lib/Apache/Status.pm metacpan
Apache::Table lib/Apache/compat.pm metacpan
Apache::Util lib/Apache/compat.pm metacpan
C::Preprocessed lib/ModPerl/CScan.pm metacpan
ModPerl::MapBase lib/ModPerl/MapUtil.pm metacpan
ModPerl::TestConfig lib/ModPerl/TestRun.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
ModPerl-Registry/MANIFEST metacpan
ModPerl-Registry/Makefile.PL metacpan
README metacpan
README-SVN metacpan
xs/APR/APR/Makefile.PL metacpan
xs/APR/Const/Makefile.PL metacpan
xs/APR/Makefile.PL metacpan
xs/APR/PerlIO/Makefile.PL metacpan
xs/APR/aprext/Makefile.PL metacpan
xs/Apache/Const/Makefile.PL metacpan
xs/Apache/Makefile.PL metacpan
xs/Makefile.PL metacpan
xs/ModPerl/Const/Makefile.PL metacpan
xs/ModPerl/Makefile.PL metacpan