Security Advisories

Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: License 'MIT' is invalid (license) [Validation: 1.3]

has_readme

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

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

has_tests

Add tests!

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 23 Oct 2008 02:38:37 AM JST gpg: using DSA key 31F9562596406EA0 gpg: Can't check signature: No public key --- SIGNATURE Thu Oct 23 02:38:37 2008 +++ @@ -1,5 +1,5 @@ SHA1 976dbc3e410f925198152f3da7bd4e7d31f01d00 MANIFEST -SHA1 58951daf155c81369d55cddeb8b4a0e12f2e046c META.yml +SHA1 489bed76197c250ce91baa6fe235980f37591b9d META.yml SHA1 a7f6dd17a0bb05a772709b76356dc29eb5d63060 Makefile.PL SHA1 7e2cfa1b9efe0d502ee57717649c90ba4bd28ba9 inc/Module/Install.pm SHA1 6e1392d80a0f239eecd5664f7f21f922cedb9329 inc/Module/Install/Base.pm @@ -9,5 +9,5 @@ SHA1 7d3be9b158e37b2b2c22084740099955623b1d56 inc/Module/Install/Metadata.pm SHA1 0a8b66180229ba2f9deaea1fedd0aacf7a7ace6b inc/Module/Install/Win32.pm SHA1 d3352eb33fe43a5f3ead513f645224fe34d73bc9 inc/Module/Install/WriteAll.pm -SHA1 8fae78d53359e95bd4978e0fe2bd00f3ae95096c lib/Net/Server/Coro.pm +SHA1 7361dcbf252cbeb42d66dfdc19255b8da6ed07c5 lib/Net/Server/Coro.pm SHA1 53ac241d1d8e7d00485b969db69c5033ac71ac79 lib/Net/Server/Proto/Coro.pm ==> 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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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
Net::Server::Coro A co-operative multithreaded server using Coro 0.4 metacpan
Net::Server::Proto::Coro metacpan

Provides

Name File View
Net::Server::Proto::Coro::FH lib/Net/Server/Proto/Coro.pm metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan