Kwalitee Issues

No Core Issues.

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Thu 19 Oct 2006 12:37:03 PM JST gpg: using DSA key 122F5DF7108E4046 gpg: Can't check signature: No public key --- SIGNATURE Thu Oct 19 12:37:03 2006 +++ @@ -1,6 +1,6 @@ SHA1 b0bc889e0574afe8dd174254060089e7689c02d9 Changes SHA1 0ac508c50476dcc2bf8fe3094cb341425291e1ee MANIFEST -SHA1 9aeff4bfa6bf2936d4c407b5db5d909931bc646f META.yml +SHA1 2527f44579151426c37ebb1a238a676eb1bbe3a0 META.yml SHA1 490f3fd115e09cb05b725580e5ed5cdd58241049 Makefile.PL SHA1 ed0c107672daac3bc9e266876666e1059dbe44b7 README SHA1 4ea1e9072ca87399184a46233df52a21e285604d ex/sample_server ==> MISMATCHED content between SIGNATURE and distribution files! <==

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.

no_invalid_versions

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

Error:

  • lib/HTTP/Server/Simple/CGI.pm: HASH(0x55607dc6e988)
  • lib/HTTP/Server/Simple/CGI/Environment.pm: HASH(0x55607dbfaf20)

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
HTTP::Server::Simple Lightweight HTTP server 0.22 metacpan
HTTP::Server::Simple::CGI CGI.pm-style version of HTTP::Server::Simple metacpan
HTTP::Server::Simple::CGI::Environment a HTTP::Server::Simple mixin to provide the CGI protocol metacpan

Other Files

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