Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

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 Sat 10 Oct 2009 04:05:47 AM JST gpg: using DSA key 122F5DF7108E4046 gpg: Can't check signature: No public key --- SIGNATURE Sat Oct 10 04:05:50 2009 +++ @@ -1,8 +1,8 @@ -SHA1 58a84cdc4f1a68d621a173222b8f156748ec8868 Changes +SHA1 2bb80f7c46ca1a782c967703aa9ee19109ef36e9 Changes SHA1 1907f0caadc642dede735a41860b342ce5cae1bc MANIFEST SHA1 e476d8bd724d46eb9e255cc8afc98b92269e2255 MANIFEST.SKIP SHA1 2b2897c7e56142ec0769a2d3f067937d5e080019 META.yml -SHA1 86fbfbd339277162b49efdd58a0568c6895ec300 Makefile.PL +SHA1 350b67eb628ea238b1d7bff9748b82d34b57f426 Makefile.PL SHA1 02be3a74017679a35b0df586169777fa305664a7 ex/sample_server.pl SHA1 fd5f3c4f0418efee3b9b16cf8c3902e8374909df inc/Module/Install.pm SHA1 7cd7c349afdf3f012e475507b1017bdfa796bfbd inc/Module/Install/Base.pm @@ -12,7 +12,7 @@ SHA1 12bf1867955480d47d5171a9e9c6a96fabe0b58f inc/Module/Install/Metadata.pm SHA1 f7ee667e878bd2faf22ee9358a7b5a2cc8e91ba4 inc/Module/Install/Win32.pm SHA1 8ed29d6cf217e0977469575d788599cbfb53a5ca inc/Module/Install/WriteAll.pm -SHA1 c5b2a151ab1be93339c916fd64a598779416b2ed lib/HTTP/Server/Simple/Mason.pm +SHA1 24a600a77fe4e8d62e35d5ab9c58f58c5e217f1f lib/HTTP/Server/Simple/Mason.pm SHA1 c465222b356e9f0af0721ac0e6473eb534f2d90c t/00smoke.t SHA1 6667b5a7d2c5c1c9582930d8eb784fbea15672e5 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.

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: HTTP::Server::Simple::Mason

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::Mason An abstract baseclass for a standalone mason server 0.14 metacpan

Other Files

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