Kwalitee Issues

buildtool_not_executable

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

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 (443) does not match dist (381):
  • Missing in Dist: auto, auto/cc, auto/lib, auto/lib/geoip, auto/lib/google-perftools, auto/lib/libatomic, auto/lib/libgd, auto/lib/libxslt, auto/lib/md5, auto/lib/openssl, auto/lib/pcre, auto/lib/perl, auto/lib/sha1, auto/lib/zlib, auto/os, auto/types, conf, contrib, contrib/unicode2nginx, eg, eg/helloworld, eg/helloworld/conf, eg/helloworld/lib, eg/helloworld/logs, eg/helloworld/logs/.exists, eg/http-client, eg/http-client/conf, eg/http-client/lib, eg/http-client/logs, eg/http-client/logs/.exists, eg/requestqueue, eg/requestqueue/conf, eg/requestqueue/html, eg/requestqueue/lib, eg/requestqueue/logs, eg/requestqueue/logs/.exists, eg/self-sufficient, eg/self-sufficient/conf, eg/self-sufficient/lib, eg/self-sufficient/logs, eg/self-sufficient/logs/.exists, eg/websockets, eg/websockets/conf, eg/websockets/lib, eg/websockets/lib/Here, eg/websockets/lib/Websockets, eg/websockets/logs, eg/websockets/logs/.exists, html, man, src, src/core, src/event, src/event/modules, src/http, src/http/modules, src/http/modules/perl, src/mail, src/misc, src/os, src/os/unix, t

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: Nginx::Perl

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: src/http/modules/perl/Nginx.pm, src/http/modules/perl/Perl.pm, src/http/modules/perl/Test.pm

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: Nginx::Perl

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
Nginx full-featured perl support for nginx 1.002009007 metacpan
Nginx::Perl full-featured perl support for nginx 1.002009007 metacpan
Nginx::Test testing framework for nginx-perl and nginx 1.002009007 metacpan

Provides

Name File View
Nginx::Test::Child src/http/modules/perl/Test.pm metacpan
NginxPerlTest src/http/modules/perl/Test.pm metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
src/http/modules/perl/Makefile.PL metacpan