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 'IPC::Open3' is not a valid version. (requires -> IPC::Open3) [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

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: worklib/OpenID.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.

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

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.110000 metacpan
Apache2::Controller::Auth::OpenID OpenID base for Apache2::Controller::Dispatch metacpan
Apache2::Controller::Const constants for Apache2::Controller 0.110000 metacpan
Apache2::Controller::DBI::Connector 0.110000 metacpan
Apache2::Controller::Directives server config directives for A2C 0.110000 metacpan
Apache2::Controller::Dispatch dispatch base class for Apache::Controller 0.110000 metacpan
Apache2::Controller::Dispatch::HashTree 0.110000 metacpan
Apache2::Controller::Dispatch::RenderTemplate 0.110000 metacpan
Apache2::Controller::Dispatch::Simple simple dispatch mechanism for A2C 0.110000 metacpan
Apache2::Controller::Funk 0.110000 metacpan
Apache2::Controller::Log::DetectAbortedConnection 0.110000 metacpan
Apache2::Controller::Methods methods shared by Apache2::Controller modules 0.110000 metacpan
Apache2::Controller::NonResponseBase internal base class for non-response handlers in Apache2::Controller framework 0.110000 metacpan
Apache2::Controller::Render::Template A2C render() with Template Toolkit 0.110000 metacpan
Apache2::Controller::SQL::MySQL useful database methods for MySQL 0.110000 metacpan
Apache2::Controller::Session Apache2::Controller PerlHeaderParserHandler for Apache::Session 0.110000 metacpan
Apache2::Controller::Session::Cookie track a sessionid with a cookie in A2C 0.110000 metacpan
Apache2::Controller::Uploads Upload method extensions. UNIMPLEMENTED 0.110000 metacpan
Apache2::Controller::X Exception::Class hierarchy for Apache2::Controller 0.110000 metacpan

Other Files

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