Kwalitee Issues

No Core Issues.

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.

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • ShardedKV
  • ShardedKV::Continuum
  • ShardedKV::Continuum::Ketama
  • ShardedKV::Continuum::StaticMapping
  • ShardedKV::Error
  • ShardedKV::Error::ConnectFail
  • ShardedKV::Error::DeleteFail
  • ShardedKV::Error::ReadFail
  • ShardedKV::Error::WriteFail
  • ShardedKV::HasLogger
  • ShardedKV::Storage
  • ShardedKV::Storage::Memory
  • ShardedKV::Storage::MySQL
  • ShardedKV::Storage::MySQL::ActiveKeyMigration
  • ShardedKV::Storage::Redis
  • ShardedKV::Storage::Redis::Hash
  • ShardedKV::Storage::Redis::String

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
ShardedKV An interface to sharded key-value stores 0.17 metacpan
ShardedKV::Continuum The continuum role 0.17 metacpan
ShardedKV::Continuum::Ketama Continuum implementation based on ketama consistent hashing 0.17 metacpan
ShardedKV::Continuum::StaticMapping A continuum strategy based on a simple "significant bits" static mapping 0.17 metacpan
ShardedKV::Error Provides an error class for managing exceptions 0.17 metacpan
ShardedKV::Error::ConnectFail Thrown when connection exceptions occur. 0.17 metacpan
ShardedKV::Error::DeleteFail Thrown when delete() fails on a storage backend 0.17 metacpan
ShardedKV::Error::ReadFail Thrown when get() fails on a storage backend 0.17 metacpan
ShardedKV::Error::WriteFail Thrown when set() fails on a storage backend 0.17 metacpan
ShardedKV::HasLogger The logging role for ShardedKV objects 0.17 metacpan
ShardedKV::Storage Role for classes implementing storage backends 0.17 metacpan
ShardedKV::Storage::Memory Testing storage backend for in-memory storage 0.17 metacpan
ShardedKV::Storage::MySQL MySQL storage backend for ShardedKV 0.17 metacpan
ShardedKV::Storage::MySQL::ActiveKeyMigration Simple-minded active key migration for the MySQL storage back-end 0.17 metacpan
ShardedKV::Storage::Redis Abstract base class for storing k/v pairs in Redis 0.17 metacpan
ShardedKV::Storage::Redis::Hash Storing hash values in Redis 0.17 metacpan
ShardedKV::Storage::Redis::String Storing simple string values in Redis 0.17 metacpan

Other Files

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