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: Expected a map structure from string or file. (requires) [Validation: 1.0]

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

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_12/Apache-Test/lib/Apache/Test.pm -- Around line 511: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 517) unless the first thing after the =over is an =item mod_perl-1.99_12/docs/devel/core/explained.pod -- Around line 711: Non-ASCII character seen before =encoding in 'initial'. Assuming CP1252 mod_perl-1.99_12/docs/devel/debug/c.pod -- Around line 334: You have '=item 1' instead of the expected '=item 2' Around line 338: You have '=item 1' instead of the expected '=item 3' Around line 342: You have '=item 1' instead of the expected '=item 4' Around line 801: You have '=item 1' instead of the expected '=item 2' Around line 807: You have '=item 1' instead of the expected '=item 3' Around line 817: You have '=item 1' instead of the expected '=item 4' mod_perl-1.99_12/docs/user/handlers/intro.pod -- Around line 392: alternative text 'I/O filtering' contains non-escaped | or / mod_perl-1.99_12/docs/user/porting/compat.pod -- Around line 94: 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/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, Apache::Const, Apache::ConstantsTable, Apache::FunctionTable, Apache::ParseSource, Apache::SourceTables, Apache::Status, Apache::StructureTable, Apache::Test5005compat, Bundle::Apache2, Bundle::ApacheTest, 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:

  • APR
  • APR::Const
  • APR::PerlIO
  • APR::XSLoader
  • Apache
  • Apache::Build
  • Apache::Connection
  • Apache::Const
  • Apache::Constants
  • Apache::ConstantsTable
  • Apache::File
  • Apache::FunctionTable
  • Apache::ParseSource
  • Apache::ParseSource::Scan
  • Apache::PerlSections
  • Apache::Reload
  • Apache::RequestRec
  • Apache::SIG
  • Apache::Server
  • Apache::SourceTables
  • Apache::Status
  • Apache::StructureTable
  • Apache::Table
  • Apache::Test
  • Apache::Test5005compat
  • Apache::TestBuild
  • Apache::TestClient
  • Apache::TestClientResponse
  • Apache::TestCommon
  • Apache::TestCommonPost
  • Apache::TestConfig
  • Apache::TestConfigC
  • Apache::TestHandler
  • Apache::TestHarness
  • Apache::TestMM
  • Apache::TestReport
  • Apache::TestReportPerl
  • Apache::TestRequest
  • Apache::TestRun
  • Apache::TestRunPerl
  • Apache::TestSSLCA
  • Apache::TestServer
  • Apache::TestSmoke
  • Apache::TestSmokePerl
  • Apache::TestSort
  • Apache::TestToString
  • Apache::TestTrace
  • Apache::TestUtil
  • Apache::Util
  • Apache::XSLoader
  • Apache::compat
  • Apache::porting
  • Bundle::Apache2
  • Bundle::ApacheTest
  • HTTP::Request::Common
  • ModPerl::BuildMM
  • ModPerl::BuildOptions
  • ModPerl::Code
  • ModPerl::Config
  • ModPerl::Const
  • ModPerl::FunctionMap
  • ModPerl::FunctionTable
  • ModPerl::MM
  • ModPerl::Manifest
  • ModPerl::MapBase
  • ModPerl::MapUtil
  • ModPerl::ParseSource
  • ModPerl::PerlRun
  • ModPerl::Registry
  • ModPerl::RegistryBB
  • ModPerl::RegistryCooker
  • ModPerl::RegistryLoader
  • ModPerl::StructureMap
  • ModPerl::TestConfig
  • ModPerl::TestReport
  • ModPerl::TestRun
  • ModPerl::TypeMap
  • ModPerl::WrapXS
  • mod_perl
  • warnings

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.09,1.00,1.08,1.99,1.9912,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::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::Reload 0.09 metacpan
Apache::SourceTables metacpan
Apache::Status 3.00 metacpan
Apache::StructureTable metacpan
Apache::Test Test.pm wrapper with helpers for testing Apache 1.08 metacpan
Apache::Test5005compat 0.01 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 Provide MakeMaker Wrapper Methods metacpan
Apache::TestReport A parent class for generating bug/success reports metacpan
Apache::TestReportPerl metacpan
Apache::TestRequest Send requests to your Apache test server metacpan
Apache::TestRun Run the test suite 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 Helper output generation functions 0.01 metacpan
Apache::TestUtil Utility functions for writing tests 0.01 metacpan
Apache::XSLoader metacpan
Apache::compat metacpan
Apache::porting metacpan
Bundle::Apache2 Install Apache mod_perl2 and related modules 1.00 metacpan
Bundle::ApacheTest A bundle to install all Apache-Test related modules 0.01 metacpan
ModPerl::BuildMM 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 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.9912 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::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
META.yml metacpan
Makefile.PL metacpan
ModPerl-Registry/MANIFEST metacpan
ModPerl-Registry/Makefile.PL metacpan
README 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