CHI 0.61 Latest
Kwalitee Issues
- has_readme
-
Add a README to the distribution. It should contain a quick description of your module and how to install it.
- 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.61 | metacpan |
CHI::CacheObject | Contains information about cache entries | 0.61 | metacpan |
CHI::Driver | Base class for all CHI drivers | 0.61 | metacpan |
CHI::Driver::Base::CacheContainer | Caches that delegate to a contained cache | 0.61 | metacpan |
CHI::Driver::CacheCache | CHI wrapper for Cache::Cache | 0.61 | metacpan |
CHI::Driver::FastMmap | Persistent interprocess cache via mmap'ed files | 0.61 | metacpan |
CHI::Driver::File | File-based cache using one file per entry in a multi-level directory structure | 0.61 | metacpan |
CHI::Driver::Memory | In-process memory based cache | 0.61 | metacpan |
CHI::Driver::Metacache | Metacache for internal CHI use | 0.61 | metacpan |
CHI::Driver::Null | Nothing is cached | 0.61 | metacpan |
CHI::Driver::RawMemory | In-process memory cache that stores direct references | 0.61 | metacpan |
CHI::Driver::Role::HasSubcaches | 0.61 | metacpan | |
CHI::Driver::Role::IsSizeAware | 0.61 | metacpan | |
CHI::Driver::Role::IsSubcache | 0.61 | metacpan | |
CHI::Stats | Record and report per-namespace cache statistics | 0.61 | metacpan |