Cache-Ref 0.05-TRIAL Latest Dev
Kwalitee Issues
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Cache-Ref-0.05/lib/Cache/Ref/CAR.pm -- Around line 174: alternative text 'http://www.almaden.ibm.com/cs/people/dmodha/clockfast.pdf' 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 |
---|---|---|---|
Cache::Ref | Memory only cache of live references | 0.05 | metacpan |
Cache::Ref::CAR | CLOCK with Adaptive Replacement | 0.05 | metacpan |
Cache::Ref::CAR::Base | base clase for CAR and CART | 0.05 | metacpan |
Cache::Ref::CART | CAR with temporal filtering | 0.05 | metacpan |
Cache::Ref::CLOCK | CLOCK cache replacement algorithm | 0.05 | metacpan |
Cache::Ref::CLOCK::Base | 0.05 | metacpan | |
Cache::Ref::FIFO | 0.05 | metacpan | |
Cache::Ref::GCLOCK | GCLOCK cache replacement algorithm | 0.05 | metacpan |
Cache::Ref::LIFO | Saves entries until full, discarding subsequent sets. | 0.05 | metacpan |
Cache::Ref::LRU | Least recently used expiry policy | 0.05 | metacpan |
Cache::Ref::Null | Caches nothing | 0.05 | metacpan |
Cache::Ref::Random | 0.05 | metacpan | |
Cache::Ref::Role::API | 0.05 | metacpan | |
Cache::Ref::Role::Index | 0.05 | metacpan | |
Cache::Ref::Role::WithDoublyLinkedList | 0.05 | metacpan | |
Cache::Ref::Util::LRU::API | 0.05 | metacpan | |
Cache::Ref::Util::LRU::Array | 0.05 | metacpan | |
Cache::Ref::Util::LRU::List | 0.05 | metacpan |