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 'DateTime' is not a valid version. (requires -> DateTime) [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 'LWPx::ParanoidAgent' is not a valid version. (requires -> LWPx::ParanoidAgent) [Validation: 1.3];'<undef>' for 'List::MoreUtils' is not a valid version. (requires -> List::MoreUtils) [Validation: 1.3];'<undef>' for 'Log::Dispatch' is not a valid version. (requires -> Log::Dispatch) [Validation: 1.3];'<undef>' for 'Log::Log4perl' is not a valid version. (requires -> Log::Log4perl) [Validation: 1.3];'<undef>' for 'Math::BigInt::GMP' is not a valid version. (requires -> Math::BigInt::GMP) [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

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Apache2-Controller-1.000.011/lib/Apache2/Controller.pm -- Around line 987: Non-ASCII character seen before =encoding in 'André'. Assuming UTF-8

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

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.

Modules

Name Abstract Version View
Apache2::Controller framework for Apache2 handler apps 1.000011 metacpan
Apache2::Controller::Const constants for Apache2::Controller 1.000011 metacpan
Apache2::Controller::DBI::Connector 1.000011 metacpan
Apache2::Controller::Directives server config directives for A2C 1.000011 metacpan
Apache2::Controller::Dispatch dispatch base class for Apache::Controller 1.000011 metacpan
Apache2::Controller::Dispatch::HashTree 1.000011 metacpan
Apache2::Controller::Dispatch::RenderTemplate 1.000011 metacpan
Apache2::Controller::Dispatch::Simple simple dispatch mechanism for A2C 1.000011 metacpan
Apache2::Controller::Funk 1.000011 metacpan
Apache2::Controller::Log::DetectAbortedConnection 1.000011 metacpan
Apache2::Controller::Log::SessionSave Log phase handler to save session data from L<Apache2::Controller::Session> hook. 1.000011 metacpan
Apache2::Controller::Methods methods shared by Apache2::Controller modules 1.000011 metacpan
Apache2::Controller::NonResponseBase internal base class for non-response handlers in Apache2::Controller framework 1.000011 metacpan
Apache2::Controller::NonResponseRequest internal base class w/ apreq for non-response handlers in Apache2::Controller framework 1.000011 metacpan
Apache2::Controller::Render::Template A2C render() with Template Toolkit 1.000011 metacpan
Apache2::Controller::SQL::MySQL useful database methods for MySQL 1.000011 metacpan
Apache2::Controller::Session Apache2::Controller with Apache::Session 1.000011 metacpan
Apache2::Controller::Session::Cookie track a sessionid with a cookie in A2C 1.000011 metacpan
Apache2::Controller::X Exception::Class hierarchy for Apache2::Controller 1.000011 metacpan

Other Files

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