Kwalitee Issues

no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

no_broken_module_install

Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

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: ZMQ::Serializer::JSON

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

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: ZMQ, ZMQ::Constants, ZMQ::Context, ZMQ::Message, ZMQ::Raw, ZMQ::Serializer, ZMQ::Serializer::JSON, ZMQ::Socket

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • ZMQ::Raw

no_invalid_versions

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

Error:

  • lib/ZMQ.pm: HASH(0x55607c8d7430)

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.

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
ZMQ A libzmq wrapper for Perl metacpan
ZMQ::Constants ZMQ Constants metacpan
ZMQ::Context A 0MQ Context object metacpan
ZMQ::Message A 0MQ Message object metacpan
ZMQ::Poller Convenient socket polling object metacpan
ZMQ::Raw Low-level API for ZMQ 1.00_02 metacpan
ZMQ::Serializer Enable Serializers metacpan
ZMQ::Serializer::JSON JSON Serializer For ZMQ.pm metacpan
ZMQ::Socket A 0MQ Socket object metacpan

Other Files

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