Kwalitee Issues

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 (48) does not match dist (47):
  • Missing in Dist: inc/Module/Install/Repository.pm

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: AnyEvent::JSONRPC::Utils

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: AnyEvent::JSONRPC::Utils

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.

Modules

Name Abstract Version View
AnyEvent::JSONRPC Simple TCP-based JSONRPC client/server 0.15 metacpan
AnyEvent::JSONRPC::Client Base class for JSON-RPC clients metacpan
AnyEvent::JSONRPC::CondVar Condvar object used in AnyEvent::JSONRPC::TCP::Server and AnyEvent::JSONRPC::HTTP::Server metacpan
AnyEvent::JSONRPC::HTTP::Client Simple HTTP-based JSONRPC client metacpan
AnyEvent::JSONRPC::HTTP::Server Simple HTTP-based JSONRPC server metacpan
AnyEvent::JSONRPC::InternalHandle Handle object used internally in AnyEvent::JSONRPC::TCP::Server metacpan
AnyEvent::JSONRPC::Server Base class for JSON-RPC Servers metacpan
AnyEvent::JSONRPC::TCP::Client Simple TCP-based JSONRPC client metacpan
AnyEvent::JSONRPC::TCP::Server Simple TCP-based JSONRPC server metacpan

Provides

Name File View
Anyevent::JSONRPC::Utils lib/AnyEvent/JSONRPC/Utils.pm metacpan

Other Files

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