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 Mon 23 Oct 2006 03:25:45 PM JST gpg: using DSA key 122F5DF7108E4046 gpg: Can't check signature: No public key --- SIGNATURE Mon Oct 23 15:25:45 2006 +++ @@ -1,6 +1,6 @@ -SHA1 3a345c84d4a5a678e457a1b3681ab75f4a1bb78d Changes +SHA1 9e81952cf7f0bd661d9472dd3007c83ceec9a5d5 Changes SHA1 0ac508c50476dcc2bf8fe3094cb341425291e1ee MANIFEST -SHA1 35ad715e6f91b8692d8c183daca803bd61301b4e META.yml +SHA1 ef0f5fd4a33eaf533505a777276f8c340903f2f1 META.yml SHA1 490f3fd115e09cb05b725580e5ed5cdd58241049 Makefile.PL SHA1 ed0c107672daac3bc9e266876666e1059dbe44b7 README SHA1 4ea1e9072ca87399184a46233df52a21e285604d ex/sample_server @@ -12,9 +12,9 @@ SHA1 381bb98ea3877bba49ae85e7a7ea130645fd3dbf inc/Module/Install/Metadata.pm SHA1 0c2118868ef82ac517eb6d9c3bd93e6eb9bbf83e inc/Module/Install/Win32.pm SHA1 e827d6d43771032fa3df35c0ad5e5698d0e54cda inc/Module/Install/WriteAll.pm -SHA1 eb4801495bff8da5254b1b8e6b4a1516946f64fe lib/HTTP/Server/Simple.pm +SHA1 356883255be7d8a5898dbc76346da829a1a791b9 lib/HTTP/Server/Simple.pm SHA1 40f24374f2b5845a3025e14ca4b91bd58298de03 lib/HTTP/Server/Simple/CGI.pm -SHA1 d35644a882953f699442654299cac16fa158b502 lib/HTTP/Server/Simple/CGI/Environment.pm +SHA1 dfda70cc5ba41610f47a4c4f2539c009bcbbd5e3 lib/HTTP/Server/Simple/CGI/Environment.pm SHA1 db064af54cab345a71daec576e32e64b8fb1033d t/00smoke.t SHA1 b64150ac4ebc772f8b1f69455039e7ea3e067b3f t/01live.t SHA1 aca95653cfce68912e08c57b3a4566207e2f99b3 t/02pod.t ==> 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(0x55607cd22188)
  • lib/HTTP/Server/Simple/CGI/Environment.pm: HASH(0x55607ccfa8b0)

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.24 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