Kwalitee Issues

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (107) does not match dist (82):
  • Missing in Dist: lib/Lemonldap/NG/Handler/ApacheMP2/AuthBasic.pm, lib/Lemonldap/NG/Handler/ApacheMP2/CDA.pm, lib/Lemonldap/NG/Handler/ApacheMP2/DevOps.pm, lib/Lemonldap/NG/Handler/ApacheMP2/DevOpsCDA.pm, lib/Lemonldap/NG/Handler/ApacheMP2/DevOpsST.pm, lib/Lemonldap/NG/Handler/ApacheMP2/Fail.pm, lib/Lemonldap/NG/Handler/ApacheMP2/OAuth2.pm, lib/Lemonldap/NG/Handler/ApacheMP2/SecureToken.pm, lib/Lemonldap/NG/Handler/ApacheMP2/ServiceToken.pm, lib/Lemonldap/NG/Handler/ApacheMP2/ZimbraPreAuth.pm, lib/Lemonldap/NG/Handler/PSGI/AuthBasic.pm, lib/Lemonldap/NG/Handler/PSGI/CDA.pm, lib/Lemonldap/NG/Handler/PSGI/Fail.pm, lib/Lemonldap/NG/Handler/PSGI/OAuth2.pm, lib/Lemonldap/NG/Handler/PSGI/ServiceToken.pm, lib/Lemonldap/NG/Handler/Server/AuthBasic.pm, lib/Lemonldap/NG/Handler/Server/CDA.pm, lib/Lemonldap/NG/Handler/Server/DevOps.pm, lib/Lemonldap/NG/Handler/Server/DevOpsCDA.pm, lib/Lemonldap/NG/Handler/Server/DevOpsST.pm, lib/Lemonldap/NG/Handler/Server/Fail.pm, lib/Lemonldap/NG/Handler/Server/OAuth2.pm, lib/Lemonldap/NG/Handler/Server/SecureToken.pm, lib/Lemonldap/NG/Handler/Server/ServiceToken.pm, lib/Lemonldap/NG/Handler/Server/ZimbraPreAuth.pm

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: Lemonldap::NG::Handler, Lemonldap::NG::Handler::Lib::Fail

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.

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: Lemonldap::NG::Handler, Lemonldap::NG::Handler::ApacheMP2, Lemonldap::NG::Handler::ApacheMP2::Main, Lemonldap::NG::Handler::ApacheMP2::Menu, Lemonldap::NG::Handler::ApacheMP2::Request, Lemonldap::NG::Handler::Lib::AuthBasic, Lemonldap::NG::Handler::Lib::CDA, Lemonldap::NG::Handler::Lib::DevOps, Lemonldap::NG::Handler::Lib::Fail, Lemonldap::NG::Handler::Lib::OAuth2, Lemonldap::NG::Handler::Lib::SecureToken, Lemonldap::NG::Handler::Lib::ServiceToken, Lemonldap::NG::Handler::Lib::StatusConstants, Lemonldap::NG::Handler::Lib::ZimbraPreAuth, Lemonldap::NG::Handler::Main, Lemonldap::NG::Handler::Main::Init, Lemonldap::NG::Handler::Main::MsgActions, Lemonldap::NG::Handler::Main::Reload, Lemonldap::NG::Handler::Main::Run, Lemonldap::NG::Handler::Main::SharedVariables, Lemonldap::NG::Handler::PSGI::Main, Lemonldap::NG::Handler::Server::Main, Lemonldap::NG::SSOaaS::Apache::Client, Plack::Middleware::Auth::LemonldapNG

no_invalid_versions

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

Error:

  • lib/Lemonldap/NG/Handler/Main/Jail.pm: HASH(0x5609d76c8438)

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 2.0,2.000006,2.000007,2.000011,2.017000,2.018000,2.019000,2.021000,2.022000

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
Lemonldap::NG::Handler The Apache protection module part of Lemonldap::NG Web-SSO system. 2.022000 metacpan
Lemonldap::NG::Handler::ApacheMP2 2.019000 metacpan
Lemonldap::NG::Handler::ApacheMP2::Main 2.019000 metacpan
Lemonldap::NG::Handler::ApacheMP2::Menu 2.0 metacpan
Lemonldap::NG::Handler::ApacheMP2::Request 2.021000 metacpan
Lemonldap::NG::Handler::Lib::AuthBasic 2.019000 metacpan
Lemonldap::NG::Handler::Lib::CDA 2.019000 metacpan
Lemonldap::NG::Handler::Lib::DevOps 2.019000 metacpan
Lemonldap::NG::Handler::Lib::Fail 2.000006 metacpan
Lemonldap::NG::Handler::Lib::OAuth2 2.019000 metacpan
Lemonldap::NG::Handler::Lib::PSGI 2.022000 metacpan
Lemonldap::NG::Handler::Lib::SecureToken 2.021000 metacpan
Lemonldap::NG::Handler::Lib::ServiceToken 2.019000 metacpan
Lemonldap::NG::Handler::Lib::StatusConstants 2.022000 metacpan
Lemonldap::NG::Handler::Lib::ZimbraPreAuth 2.000007 metacpan
Lemonldap::NG::Handler::Main 2.0 metacpan
Lemonldap::NG::Handler::Main::Init 2.019000 metacpan
Lemonldap::NG::Handler::Main::Jail metacpan
Lemonldap::NG::Handler::Main::MsgActions metacpan
Lemonldap::NG::Handler::Main::Reload 2.021000 metacpan
Lemonldap::NG::Handler::Main::Run 2.022000 metacpan
Lemonldap::NG::Handler::Main::SharedVariables 2.019000 metacpan
Lemonldap::NG::Handler::PSGI 2.021000 metacpan
Lemonldap::NG::Handler::PSGI::Main 2.019000 metacpan
Lemonldap::NG::Handler::PSGI::Router 2.000011 metacpan
Lemonldap::NG::Handler::PSGI::Try 2.021000 metacpan
Lemonldap::NG::Handler::Server 2.017000 metacpan
Lemonldap::NG::Handler::Server::Main 2.019000 metacpan
Lemonldap::NG::Handler::Server::Nginx 2.021000 metacpan
Lemonldap::NG::Handler::Server::Traefik 2.019000 metacpan
Lemonldap::NG::SSOaaS::Apache::Client Apache client for Lemonldap::NG FastCGI server. 2.018000 metacpan
Plack::Middleware::Auth::LemonldapNG authentication middleware for Lemonldap-NG 2.021000 metacpan

Other Files

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