CHI 0.43
Kwalitee Issues
- no_pax_headers
-
If you use Mac OS X >= 10.6, use gnu tar (/usr/bin/gnutar) to avoid PAX headers. It's also important to rename (shorten) long file names (>= 100 characters) in the distribution.
Error: a/PaxHeader/+20+21+22+23+24+25+26+27+28+29+2a+2b+2c-+2e+2f09+3a+3b+3c=+3e+3f+40AZ+5b+5c+5d+5e_+60az+,a/PaxHeader/+20+21+22+23+24+25+26+27+28+29+2a+2b+2c-+2e+2f09+3a+3b+3c=+3e+3f+40AZ+5b+5c+5d+5e_+60az+
- 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 (108) does not match dist (109):
- Missing in MANIFEST: README, t/permcache/Default/1/a/+20+21+22+23+24+25+26+27+28+29+2a+2b+2c-+2e+2f09+3a+3b+3c=+3e+3f+40AZ+5b+5c+5d+5e_+60az+7b+7c+7d~+f
- Missing in Dist: t/permcache/Default/1/a/+20+21+22+23+24+25+26+27+28+29+2a+2b+2c-+2e+2f09+3a+3b+3c=+3e+3f+40AZ+5b+5c+5d+5e_+60az+7b+7c+7d~+f0.dat
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Cache::Cache
- Cache::FastMmap
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: CHI-0.43/lib/CHI/Driver/Development.pod -- Around line 205: alternative text 'CHI/SIZE AWARENESS' contains non-escaped | or / CHI-0.43/lib/CHI/Driver/Memory.pm -- Around line 157: alternative text 'CHI/SIZE AWARENESS' contains non-escaped | or /
- 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.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| CHI | Unified cache handling interface | 0.43 | metacpan |
| CHI::CacheObject | Contains information about cache entries | 0.43 | metacpan |
| CHI::Constants | Internal constants | 0.43 | metacpan |
| CHI::Driver | Base class for all CHI drivers | 0.43 | metacpan |
| CHI::Driver::Base::CacheContainer | Caches that delegate to a contained cache | 0.43 | metacpan |
| CHI::Driver::CacheCache | CHI wrapper for Cache::Cache | 0.43 | metacpan |
| CHI::Driver::FastMmap | Shared memory interprocess cache via mmap'ed files | 0.43 | metacpan |
| CHI::Driver::File | File-based cache using one file per entry in a multi-level directory structure | 0.43 | metacpan |
| CHI::Driver::Memory | In-process memory based cache | 0.43 | metacpan |
| CHI::Driver::Metacache | Metacache for internal CHI use | 0.43 | metacpan |
| CHI::Driver::Null | Nothing is cached | 0.43 | metacpan |
| CHI::Driver::RawMemory | In-process memory cache that stores direct references | 0.43 | metacpan |
| CHI::Driver::Role::HasSubcaches | 0.43 | metacpan | |
| CHI::Driver::Role::IsSizeAware | 0.43 | metacpan | |
| CHI::Driver::Role::IsSubcache | 0.43 | metacpan | |
| CHI::Serializer::JSON | 0.43 | metacpan | |
| CHI::Serializer::Storable | 0.43 | metacpan | |
| CHI::Stats | Record and report per-namespace cache statistics | 0.43 | metacpan |
| CHI::Test | 0.43 | metacpan | |
| CHI::Types | 0.43 | metacpan |