Cache-Ref 0.02 Latest
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.02/lib/Cache/Ref/CAR.pm -- Around line 172: alternative text 'http://www.almaden.ibm.com/cs/people/dmodha/clockfast.pdf' contains non-escaped | or /
- valid_signature
-
Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.
Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Mon 05 Jul 2010 11:31:56 PM JST gpg: using DSA key 542C11C0EBD27418 gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==
- 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 |
---|---|---|---|
Cache::Ref | Memory only cache of live references | 0.02 | metacpan |
Cache::Ref::CAR | CLOCK with Adaptive Replacement | 0.02 | metacpan |
Cache::Ref::CAR::Base | base clase for CAR and CART | 0.02 | metacpan |
Cache::Ref::CART | CAR with temporal filtering | 0.02 | metacpan |
Cache::Ref::CLOCK | CLOCK cache replacement algorithm | 0.02 | metacpan |
Cache::Ref::CLOCK::Base | 0.02 | metacpan | |
Cache::Ref::FIFO | 0.02 | metacpan | |
Cache::Ref::GCLOCK | GCLOCK cache replacement algorithm | 0.02 | metacpan |
Cache::Ref::LIFO | Saves entries until full, discarding subsequent sets. | 0.02 | metacpan |
Cache::Ref::LRU | Least recently used expiry policy | 0.02 | metacpan |
Cache::Ref::Null | Caches nothing | 0.02 | metacpan |
Cache::Ref::Random | 0.02 | metacpan | |
Cache::Ref::Role::API | 0.02 | metacpan | |
Cache::Ref::Role::Index | 0.02 | metacpan | |
Cache::Ref::Role::WithDoublyLinkedList | 0.02 | metacpan | |
Cache::Ref::Util::LRU::API | 0.02 | metacpan | |
Cache::Ref::Util::LRU::Array | 0.02 | metacpan | |
Cache::Ref::Util::LRU::List | 0.02 | metacpan |