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: '<undef>' for 'Apache2::CmdParms' is not a valid version. (requires -> Apache2::CmdParms) [Validation: 1.3];'<undef>' for 'Apache2::Connection' is not a valid version. (requires -> Apache2::Connection) [Validation: 1.3];'<undef>' for 'Apache2::Const' is not a valid version. (requires -> Apache2::Const) [Validation: 1.3];'<undef>' for 'Apache2::Cookie' is not a valid version. (requires -> Apache2::Cookie) [Validation: 1.3];'<undef>' for 'Apache2::Directive' is not a valid version. (requires -> Apache2::Directive) [Validation: 1.3];'<undef>' for 'Apache2::Module' is not a valid version. (requires -> Apache2::Module) [Validation: 1.3];'<undef>' for 'Apache2::Request' is not a valid version. (requires -> Apache2::Request) [Validation: 1.3];'<undef>' for 'Apache2::RequestIO' is not a valid version. (requires -> Apache2::RequestIO) [Validation: 1.3];'<undef>' for 'Apache2::RequestRec' is not a valid version. (requires -> Apache2::RequestRec) [Validation: 1.3];'<undef>' for 'Apache2::RequestUtil' is not a valid version. (requires -> Apache2::RequestUtil) [Validation: 1.3];'<undef>' for 'Apache::Session' is not a valid version. (requires -> Apache::Session) [Validation: 1.3];'<undef>' for 'Apache::Session::File' is not a valid version. (requires -> Apache::Session::File) [Validation: 1.3];'<undef>' for 'Apache::Test' is not a valid version. (requires -> Apache::Test) [Validation: 1.3];'<undef>' for 'Apache::TestMM' is not a valid version. (requires -> Apache::TestMM) [Validation: 1.3];'<undef>' for 'Apache::TestRequest' is not a valid version. (requires -> Apache::TestRequest) [Validation: 1.3];'<undef>' for 'Apache::TestRunPerl' is not a valid version. (requires -> Apache::TestRunPerl) [Validation: 1.3];'<undef>' for 'Apache::TestUtil' is not a valid version. (requires -> Apache::TestUtil) [Validation: 1.3];'<undef>' for 'Digest::SHA' is not a valid version. (requires -> Digest::SHA) [Validation: 1.3];'<undef>' for 'English' is not a valid version. (requires -> English) [Validation: 1.3];'<undef>' for 'Exception::Class' is not a valid version. (requires -> Exception::Class) [Validation: 1.3];'<undef>' for 'ExtUtils::MakeMaker' is not a valid version. (requires -> ExtUtils::MakeMaker) [Validation: 1.3];'<undef>' for 'File::Spec' is not a valid version. (requires -> File::Spec) [Validation: 1.3];'<undef>' for 'FindBin' is not a valid version. (requires -> FindBin) [Validation: 1.3];'<undef>' for 'HTML::Entities' is not a valid version. (requires -> HTML::Entities) [Validation: 1.3];'<undef>' for 'HTTP::Status' is not a valid version. (requires -> HTTP::Status) [Validation: 1.3];'<undef>' for 'List::MoreUtils' is not a valid version. (requires -> List::MoreUtils) [Validation: 1.3];'<undef>' for 'Log::Log4perl' is not a valid version. (requires -> Log::Log4perl) [Validation: 1.3];'<undef>' for 'Readonly' is not a valid version. (requires -> Readonly) [Validation: 1.3];'<undef>' for 'Scalar::Util' is not a valid version. (requires -> Scalar::Util) [Validation: 1.3];'<undef>' for 'Template' is not a valid version. (requires -> Template) [Validation: 1.3];'<undef>' for 'Test::More' is not a valid version. (requires -> Test::More) [Validation: 1.3];'<undef>' for 'URI' is not a valid version. (requires -> URI) [Validation: 1.3];'<undef>' for 'URI::Escape' is not a valid version. (requires -> URI::Escape) [Validation: 1.3];'<undef>' for 'YAML::Syck' is not a valid version. (requires -> YAML::Syck) [Validation: 1.3];'<undef>' for 'version' is not a valid version. (requires -> version) [Validation: 1.3];License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3]

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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: Apache2::Controller::Refcard, Apache2::Controller::SQL::MySQL

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.

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: Apache2::Controller::Refcard, Apache2::Controller::SQL::MySQL

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.004001,0.01

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

Modules

Name Abstract Version View
Apache2::Controller framework for Apache2 handler apps 0.004001 metacpan
Apache2::Controller::Const constants for Apache2::Controller metacpan
Apache2::Controller::Directives server config directives for A2C metacpan
Apache2::Controller::Dispatch dispatch base class for Apache::Controller metacpan
Apache2::Controller::Dispatch::HashTree metacpan
Apache2::Controller::Dispatch::Simple simple dispatch mechanism for A2C metacpan
Apache2::Controller::Funk metacpan
Apache2::Controller::Log::DetectAbortedConnection metacpan
Apache2::Controller::Methods methods shared by Apache2::Controller modules metacpan
Apache2::Controller::NonResponseBase internal base class for non-response handlers in Apache2::Controller framework metacpan
Apache2::Controller::Render::Template A2C render() with Template Toolkit metacpan
Apache2::Controller::SQL::MySQL useful database methods for MySQL metacpan
Apache2::Controller::Session Apache2::Controller PerlHeaderParserHandler for Apache::Session metacpan
Apache2::Controller::Session::Cookie track a sessionid with a cookie in A2C metacpan
Apache2::Controller::Uploads The great new Apache2::Controller::Uploads! 0.01 metacpan
Apache2::Controller::X Exception::Class hierarchy for Apache2::Controller metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan