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 (27) does not match dist (28):
  • Missing in MANIFEST: Build.PL

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_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:

  • POEx::WorkerPool
  • POEx::WorkerPool::Error
  • POEx::WorkerPool::Error::EnqueueError
  • POEx::WorkerPool::Error::JobError
  • POEx::WorkerPool::Error::NoAvailableWorkers
  • POEx::WorkerPool::Error::StartError
  • POEx::WorkerPool::Role::Job
  • POEx::WorkerPool::Role::WorkerPool
  • POEx::WorkerPool::Role::WorkerPool::Worker
  • POEx::WorkerPool::Role::WorkerPool::Worker::Guts
  • POEx::WorkerPool::Types
  • POEx::WorkerPool::Worker
  • POEx::WorkerPool::Worker::Guts
  • POEx::WorkerPool::WorkerEvents

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
POEx::WorkerPool A generic multiprocess worker pool for the POE framework 0.092560 metacpan
POEx::WorkerPool::Error Error class for WorkerPool using Throwable 0.092560 metacpan
POEx::WorkerPool::Error::EnqueueError An error class indicating problems enqueuing a job 0.092560 metacpan
POEx::WorkerPool::Error::JobError An error class indicating something failed with the job 0.092560 metacpan
POEx::WorkerPool::Error::NoAvailableWorkers An error class indicating that no workers are available 0.092560 metacpan
POEx::WorkerPool::Error::StartError An error class indicating the Worker queue failed to start 0.092560 metacpan
POEx::WorkerPool::Role::Job Provides a role for common job semantics 0.092560 metacpan
POEx::WorkerPool::Role::WorkerPool A role that provides common semantics for WorkerPools 0.092560 metacpan
POEx::WorkerPool::Role::WorkerPool::Worker A role that provides common semantics for Workers 0.092560 metacpan
POEx::WorkerPool::Role::WorkerPool::Worker::Guts A role that provides common semantics for Worker guts 0.092560 metacpan
POEx::WorkerPool::Types Type constraints for POEx::WorkerPool 0.092560 metacpan
POEx::WorkerPool::Worker A generic worker class for WorkerPool 0.092560 metacpan
POEx::WorkerPool::Worker::Guts A generic sub process implementation for Worker 0.092560 metacpan
POEx::WorkerPool::WorkerEvents Exported event symbols for WorkerPool 0.092560 metacpan

Other Files

Build.PL metacpan
Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
dist.ini metacpan