Kwalitee Issues

has_meta_yml

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

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

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-1.99_02/Apache-Test/lib/Apache/Test.pm -- Around line 393: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 399) unless the first thing after the =over is an =item mod_perl-1.99_02/docs/devel/core_explained/core_explained.pod -- Around line 687: Non-ASCII character seen before =encoding in 'initial'. Assuming CP1252 mod_perl-1.99_02/docs/devel/debug_c/debug_c.pod -- Around line 277: You have '=item 1' instead of the expected '=item 2' Around line 281: You have '=item 1' instead of the expected '=item 3' Around line 285: You have '=item 1' instead of the expected '=item 4' Around line 691: You have '=item 1' instead of the expected '=item 2' Around line 697: You have '=item 1' instead of the expected '=item 3' Around line 707: You have '=item 1' instead of the expected '=item 4'

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/APR/PerlIO/PerlIO.pm, Apache-Test/lib/Apache/TestPerlDB.pm, xs/Apache/Const/Const.pm, xs/tables/current/Apache/ConstantsTable.pm, xs/tables/current/Apache/FunctionTable.pm, xs/tables/current/Apache/StructureTable.pm, Apache-Test/lib/Apache/Test.pm, Apache-Test/lib/Apache/Test5005compat.pm, Apache-Test/lib/Apache/TestBuild.pm, Apache-Test/lib/Apache/TestClient.pm, Apache-Test/lib/Apache/TestCommon.pm, Apache-Test/lib/Apache/TestCommonPost.pm, Apache-Test/lib/Apache/TestConfig.pm, Apache-Test/lib/Apache/TestConfigParse.pm, Apache-Test/lib/Apache/TestConfigPerl.pm, Apache-Test/lib/Apache/TestConfigC.pm, Apache-Test/lib/Apache/TestHandler.pm, Apache-Test/lib/Apache/TestHarness.pm, Apache-Test/lib/Apache/TestMM.pm, Apache-Test/lib/Apache/TestReport.pm, Apache-Test/lib/Apache/TestReportPerl.pm, Apache-Test/lib/Apache/TestRequest.pm, Apache-Test/lib/Apache/TestRun.pm, Apache-Test/lib/Apache/TestRunPerl.pm, Apache-Test/lib/Apache/TestSSLCA.pm, Apache-Test/lib/Apache/TestServer.pm, Apache-Test/lib/Apache/TestSmoke.pm, Apache-Test/lib/Apache/TestSmokePerl.pm, Apache-Test/lib/Apache/TestSort.pm, Apache-Test/lib/Apache/TestTrace.pm, Apache-Test/lib/Apache/TestUtil.pm, Apache-Test/lib/Bundle/ApacheTest.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

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::PerlIO, Apache-Test::lib::Apache::TestPerlDB, Apache2, Apache::Const, Apache::ConstantsTable, Apache::FunctionTable, Apache::ParseSource, Apache::SourceTables, Apache::StructureTable, Apache::Test5005compat, Apache::compat, Bundle::ApacheTest, ModPerl::Config, ModPerl::Const, ModPerl::FunctionTable, ModPerl::ParseSource, ModPerl::RegistryLoader, ModPerl::TestRun, 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:

  • Apache2
  • Apache::Build
  • Apache::Const
  • Apache::ConstantsTable
  • Apache::FunctionTable
  • Apache::ParseSource
  • Apache::ParseSource::Scan
  • Apache::RequestRec
  • Apache::SourceTables
  • Apache::StructureTable
  • Apache::XSLoader
  • Apache::compat
  • HTTP::Request::Common

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.08,1.99,1.9902

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::PerlIO 0.01 metacpan
APR::XSLoader metacpan
Apache2 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::Reload 0.08 metacpan
Apache::SourceTables metacpan
Apache::StructureTable metacpan
Apache::Test Test.pm wrapper with helpers for testing Apache 0.01 metacpan
Apache::Test5005compat metacpan
Apache::TestBuild metacpan
Apache::TestClient metacpan
Apache::TestCommon metacpan
Apache::TestCommonPost metacpan
Apache::TestConfig Test Configuration setup module metacpan
Apache::TestConfigC metacpan
Apache::TestHandler metacpan
Apache::TestHarness metacpan
Apache::TestMM metacpan
Apache::TestReport metacpan
Apache::TestReportPerl metacpan
Apache::TestRequest metacpan
Apache::TestRun metacpan
Apache::TestRunPerl metacpan
Apache::TestSSLCA metacpan
Apache::TestServer metacpan
Apache::TestSmoke Special Tests Sequence Failure Finder metacpan
Apache::TestSmokePerl metacpan
Apache::TestSort metacpan
Apache::TestTrace 0.01 metacpan
Apache::TestUtil Utility functions for writing tests 0.01 metacpan
Apache::XSLoader metacpan
Apache::compat metacpan
Bundle::ApacheTest A bundle to install all Apache-Test related modules 0.01 metacpan
ModPerl::BuildOptions 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 A Base Class of all mod_perl Registry Modules 1.99 metacpan
ModPerl::RegistryLoader metacpan
ModPerl::StructureMap metacpan
ModPerl::TestRun metacpan
ModPerl::TypeMap metacpan
ModPerl::WrapXS 0.01 metacpan
mod_perl 1.9902 metacpan

Provides

Name File View
Apache 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::Table lib/Apache/compat.pm metacpan
Apache::TestClientResponse Apache-Test/lib/Apache/TestClient.pm metacpan
Apache::TestToString Apache-Test/lib/Apache/Test.pm metacpan
Apache::Util lib/Apache/compat.pm metacpan
HTTP::Request::Common Apache-Test/lib/Apache/TestRequest.pm metacpan
ModPerl::MapBase lib/ModPerl/MapUtil.pm metacpan
ModPerl::TestConfig lib/ModPerl/TestRun.pm metacpan
warnings Apache-Test/lib/Apache/Test5005compat.pm metacpan

Other Files

Apache-Test/MANIFEST metacpan
Apache-Test/Makefile.PL metacpan
Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
ModPerl-Registry/MANIFEST metacpan
ModPerl-Registry/Makefile.PL metacpan
README metacpan
docs/api/mod_perl-2.0/Makefile.PL 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/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