Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Expected a list structure (author) [Validation: 1.3];License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'abstract' (abstract) [Validation: 1.3];Missing mandatory field, 'author' (author) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3];value is an undefined string (abstract) [Validation: 1.3]

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Moose::Meta::Attribute::Custom::Trait::KiokuDB::Lazy

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.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Moose::Meta::Attribute::Custom::Trait::KiokuDB::Lazy

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.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
KiokuDB Object Graph storage engine 0.02 metacpan
KiokuDB::Backend Backend interface role metacpan
KiokuDB::Backend::BinarySafe An informational role for binary data safe backends. metacpan
KiokuDB::Backend::Clear Backend clearing api metacpan
KiokuDB::Backend::Hash In memory backend for testing purposes. metacpan
KiokuDB::Backend::Null metacpan
KiokuDB::Backend::Query Backend specific query API metacpan
KiokuDB::Backend::Query::GIN metacpan
KiokuDB::Backend::Query::Simple Simple query api metacpan
KiokuDB::Backend::Query::Simple::Linear metacpan
KiokuDB::Backend::Scan Root set iteration metacpan
KiokuDB::Backend::Serialize Serialization role for backends metacpan
KiokuDB::Backend::Serialize::Memory metacpan
KiokuDB::Backend::Serialize::Null metacpan
KiokuDB::Backend::Serialize::Storable metacpan
KiokuDB::Backend::TXN Backend level transaction support. metacpan
KiokuDB::Backend::UnicodeSafe An informational role for binary data safe backends. metacpan
KiokuDB::Class L<KiokuDB> specific metaclass metacpan
KiokuDB::Cmd::Dump Dump database entries for backup or munging purposes metacpan
KiokuDB::Cmd::Load Load database dumps metacpan
KiokuDB::Collapser Collapse object hierarchies to entry data metacpan
KiokuDB::Entry An entry in the database metacpan
KiokuDB::GIN Gin assisted recollection metacpan
KiokuDB::Linker Relinks live objects from storage entries metacpan
KiokuDB::LiveObjects Live object set tracking metacpan
KiokuDB::LiveObjects::Scope Scope helper object metacpan
KiokuDB::LiveObjects::TXNScope Transaction scope. metacpan
KiokuDB::Meta::Attribute::Lazy Trait for lazy loaded attributes metacpan
KiokuDB::Meta::Instance metacpan
KiokuDB::Reference A symbolic reference to another L<KiokuDB::Entry>. metacpan
KiokuDB::Resolver Assigns UIDs as necessary to objects metacpan
KiokuDB::Role::ID A role for objects who choose their own ID. metacpan
KiokuDB::Role::UUIDs UUID generation role. metacpan
KiokuDB::Role::UUIDs::Abstract metacpan
KiokuDB::Role::UUIDs::Bin metacpan
KiokuDB::Role::UUIDs::DataUUID metacpan
KiokuDB::Role::UUIDs::DataUUID::Bin metacpan
KiokuDB::Role::UUIDs::DataUUID::Str metacpan
KiokuDB::Role::UUIDs::LibUUID metacpan
KiokuDB::Role::UUIDs::LibUUID::Bin metacpan
KiokuDB::Role::UUIDs::LibUUID::Str metacpan
KiokuDB::Role::UUIDs::SerialIDs metacpan
KiokuDB::Role::UUIDs::Str metacpan
KiokuDB::Set L<Set::Object> wrapper for KiokuDB with lazy loading. metacpan
KiokuDB::Set::Base metacpan
KiokuDB::Set::Deferred Implementation of in memory sets. metacpan
KiokuDB::Set::Loaded Implementation of loaded sets metacpan
KiokuDB::Set::Storage metacpan
KiokuDB::Set::Stored metacpan
KiokuDB::Set::Transient metacpan
KiokuDB::Test Reusable tests for L<KiokuDB> backend authors. metacpan
KiokuDB::Test::Company metacpan
KiokuDB::Test::Employee metacpan
KiokuDB::Test::Fixture metacpan
KiokuDB::Test::Fixture::Binary metacpan
KiokuDB::Test::Fixture::Clear metacpan
KiokuDB::Test::Fixture::GIN::Class metacpan
KiokuDB::Test::Fixture::ObjectGraph metacpan
KiokuDB::Test::Fixture::Scan metacpan
KiokuDB::Test::Fixture::SimpleSearch metacpan
KiokuDB::Test::Fixture::Small metacpan
KiokuDB::Test::Fixture::TXN metacpan
KiokuDB::Test::Fixture::Unicode metacpan
KiokuDB::Test::Person metacpan
KiokuDB::Thunk metacpan
KiokuDB::TypeMap Class to collapsing/expanding logic. metacpan
KiokuDB::TypeMap::Entry metacpan
KiokuDB::TypeMap::Entry::Alias metacpan
KiokuDB::TypeMap::Entry::Callback metacpan
KiokuDB::TypeMap::Entry::MOP metacpan
KiokuDB::TypeMap::Entry::Naive metacpan
KiokuDB::TypeMap::Entry::Passthrough metacpan
KiokuDB::TypeMap::Entry::Set metacpan
KiokuDB::TypeMap::Entry::Std metacpan
KiokuDB::TypeMap::Resolver metacpan
KiokuDB::Util Utility functions for working with KiokuDB metacpan
Moose::Meta::Attribute::Custom::Trait::KiokuDB::Lazy metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan