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 (97) does not match dist (98):
  • Missing in MANIFEST: README

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Cache::Cache
  • Cache::FastMmap
  • Module::Runtime

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.

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
CHI Unified cache handling interface 0.60 metacpan
CHI::CacheObject Contains information about cache entries 0.60 metacpan
CHI::Driver Base class for all CHI drivers 0.60 metacpan
CHI::Driver::Base::CacheContainer Caches that delegate to a contained cache 0.60 metacpan
CHI::Driver::CacheCache CHI wrapper for Cache::Cache 0.60 metacpan
CHI::Driver::FastMmap Persistent interprocess cache via mmap'ed files 0.60 metacpan
CHI::Driver::File File-based cache using one file per entry in a multi-level directory structure 0.60 metacpan
CHI::Driver::Memory In-process memory based cache 0.60 metacpan
CHI::Driver::Metacache Metacache for internal CHI use 0.60 metacpan
CHI::Driver::Null Nothing is cached 0.60 metacpan
CHI::Driver::RawMemory In-process memory cache that stores direct references 0.60 metacpan
CHI::Driver::Role::HasSubcaches 0.60 metacpan
CHI::Driver::Role::IsSizeAware 0.60 metacpan
CHI::Driver::Role::IsSubcache 0.60 metacpan
CHI::Stats Record and report per-namespace cache statistics 0.60 metacpan

Other Files

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