Kwalitee Issues

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: Apache::Connection, Apache::Constants, Apache::Debug, Apache::FakeRequest, Apache::Include, Apache::Log, Apache::Options, Apache::RedirectLogFix, Apache::Registry, Apache::Server, Apache::Table, Apache::URI, Bundle::Apache

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.31/File/File.pm -- Around line 127: =over without closing =back mod_perl-1.31/Table/Table.pm -- Around line 58: You forgot a '=back' before '=head2' Around line 108: =back without =over mod_perl-1.31/lib/Apache/src.pm -- Around line 137: =pod directives shouldn't be over one line long! Ignoring all 8 lines of content mod_perl-1.31/mod_perl_traps.pod -- Around line 110: Expected '=item *' Around line 148: Expected '=item *' Around line 152: Expected '=item *' Around line 167: Expected '=item *' Around line 169: Expected '=item *' Around line 177: Expected '=item *' Around line 196: Expected '=item *' mod_perl-1.31/mod_perl_tuning.pod -- Around line 383: Non-ASCII character seen before =encoding in 'Bjørn'. Assuming CP1252

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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: Apache/Apache.pm, Connection/Connection.pm, Constants/Constants.pm, File/File.pm, Leak/Leak.pm, Log/Log.pm, ModuleConfig/ModuleConfig.pm, PerlRunXS/PerlRunXS.pm, Server/Server.pm, Symbol/Symbol.pm, Table/Table.pm, URI/URI.pm, Util/Util.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: Apache, Apache::Connection, Apache::Constants, Apache::Constants::Exports, Apache::Debug, Apache::ExtUtils, Apache::FakeRequest, Apache::File, Apache::Include, Apache::Leak, Apache::Log, Apache::ModuleConfig, Apache::Opcode, Apache::Options, Apache::PerlRun, Apache::PerlRunXS, Apache::PerlSections, Apache::RedirectLogFix, Apache::Registry, Apache::RegistryBB, Apache::RegistryLoader, Apache::RegistryNG, Apache::Resource, Apache::SIG, Apache::Server, Apache::SizeLimit, Apache::StatINC, Apache::Status, Apache::Symbol, Apache::Symdump, Apache::Table, Apache::URI, Apache::Util, Apache::fork, Apache::httpd_conf, Apache::src, Apache::testold, Bundle::Apache, mod_perl

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/Apache/SizeLimit.pm: HASH(0x55c8d134c790)

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.03,1.00,1.01,1.02,1.04,1.07,1.09,1.27,1.31,1.61,1.71,1.91,2.01,2.04

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).

Modules

Name Abstract Version View
Apache Perl interface to the Apache server API 1.27 metacpan
Apache::Connection 1.00 metacpan
Apache::Constants Constants defined in apache header files 1.09 metacpan
Apache::Constants::Exports metacpan
Apache::Debug Utilities for debugging embedded perl code 1.61 metacpan
Apache::ExtUtils Utils for Apache:C/Perl glue 1.04 metacpan
Apache::FakeRequest fake request object for debugging 1.00 metacpan
Apache::File advanced functions for manipulating files at the server side 1.01 metacpan
Apache::Include Utilities for mod_perl/mod_include integration 1.00 metacpan
Apache::Leak Module for tracking memory leaks in mod_perl code 1.00 metacpan
Apache::Log Interface to Apache logging 1.01 metacpan
Apache::ModuleConfig 0.01 metacpan
Apache::Opcode metacpan
Apache::Options OPT_* defines from httpd_core.h 1.61 metacpan
Apache::PerlRun Run unaltered CGI scripts under mod_perl metacpan
Apache::PerlRunXS XS implementation of Apache::PerlRun/Apache::Registry 0.03 metacpan
Apache::PerlSections Utilities for work with <Perl> sections 1.61 metacpan
Apache::RedirectLogFix Properly set redirect status for loggers metacpan
Apache::Registry Run unaltered CGI scrips under mod_perl 2.01 metacpan
Apache::RegistryBB metacpan
Apache::RegistryLoader Compile Apache::Registry scripts at server startup 1.91 metacpan
Apache::RegistryNG 1.00 metacpan
Apache::Resource Limit resources used by httpd children 1.71 metacpan
Apache::SIG Override apache signal handlers with Perl's 1.91 metacpan
Apache::Server 1.01 metacpan
Apache::SizeLimit Because size does matter. metacpan
Apache::StatINC Reload %INC files when updated on disk 1.07 metacpan
Apache::Status Embedded interpreter status information 2.04 metacpan
Apache::Symbol Things for symbol things 1.31 metacpan
Apache::Symdump Symbol table snapshots metacpan
Apache::Table Perl interface to the Apache table structure 0.01 metacpan
Apache::URI URI component parsing and unparsing 1.00 metacpan
Apache::Util Interface to Apache C util functions 1.02 metacpan
Apache::fork Override Perl's built-in fork() 1.00 metacpan
Apache::httpd_conf Generate an httpd.conf file 0.01 metacpan
Apache::src Methods for locating and parsing bits of Apache source code 0.01 metacpan
Apache::testold Facilitates testing of Apache::* modules 0.01 metacpan
Bundle::Apache Install Apache mod_perl and related modules 1.02 metacpan
mod_perl Embed a Perl interpreter in the Apache HTTP server 1.31 metacpan

Provides

Name File View
Apache::ReadConfig lib/Apache/httpd_conf.pm metacpan
CGI::mod_perl lib/Apache/Registry.pm metacpan

Other Files

Apache/Makefile.PL metacpan
Changes metacpan
Connection/Makefile.PL metacpan
Constants/Makefile.PL metacpan
File/Makefile.PL metacpan
Leak/Makefile.PL metacpan
Log/Makefile.PL metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
ModuleConfig/Makefile.PL metacpan
PerlRunXS/Makefile.PL metacpan
README metacpan
Server/Makefile.PL metacpan
Symbol/Makefile.PL metacpan
Table/Makefile.PL metacpan
URI/Makefile.PL metacpan
Util/Makefile.PL metacpan