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: Missing mandatory field, 'abstract' (abstract) [Validation: 1.4];value is an undefined string (abstract) [Validation: 1.4]

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

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: KiokuDB-0.19/lib/KiokuDB/Backend/Serialize/JSPON/Converter.pm -- Around line 119: '=item' outside of any '=over' KiokuDB-0.19/lib/KiokuDB/Backend/TypeMap/Default.pm -- Around line 47: =back without =over

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.19 metacpan
KiokuDB::Backend Backend interface role metacpan
KiokuDB::Backend::Hash In memory backend for testing purposes. metacpan
KiokuDB::Backend::Role::BinarySafe An informational role for binary data safe backends. metacpan
KiokuDB::Backend::Role::Clear Backend clearing api metacpan
KiokuDB::Backend::Role::Prefetch metacpan
KiokuDB::Backend::Role::Query Backend specific query API metacpan
KiokuDB::Backend::Role::Query::GIN metacpan
KiokuDB::Backend::Role::Query::Simple Simple query api metacpan
KiokuDB::Backend::Role::Query::Simple::Linear Query::Simple implemented with a linear scan of all entries. metacpan
KiokuDB::Backend::Role::Scan Root set iteration metacpan
KiokuDB::Backend::Role::TXN Backend level transaction support. metacpan
KiokuDB::Backend::Role::TXN::Nested Informational role for backends supporting rollback of nested transactions. metacpan
KiokuDB::Backend::Role::UnicodeSafe An informational role for binary data safe backends. metacpan
KiokuDB::Backend::Serialize Serialization role for backends metacpan
KiokuDB::Backend::Serialize::Delegate Use a L<KiokuDB::Serializer> object instead of a role to handle serialization in a backend. metacpan
KiokuDB::Backend::Serialize::JSON Role to serialize entries to JSON strings with L<KiokuDB::Backend::Serialize::JSPON> semantics metacpan
KiokuDB::Backend::Serialize::JSPON JSPON serialization helper metacpan
KiokuDB::Backend::Serialize::JSPON::Collapser Collapse entry data to JSPON compliant structures metacpan
KiokuDB::Backend::Serialize::JSPON::Converter Common functionality for JSPON expansion/collapsing metacpan
KiokuDB::Backend::Serialize::JSPON::Expander Inflate JSPON to entry data. metacpan
KiokuDB::Backend::Serialize::Memory metacpan
KiokuDB::Backend::Serialize::Null metacpan
KiokuDB::Backend::Serialize::Storable L<Storable> based serialization of L<KiokuDB::Entry> objects. metacpan
KiokuDB::Backend::Serialize::YAML L<YAML::XS> based serialization of L<KiokuDB::Entry> objects. metacpan
KiokuDB::Backend::TypeMap::Default A role for backends with a default typemap metacpan
KiokuDB::Backend::TypeMap::Default::JSON metacpan
KiokuDB::Backend::TypeMap::Default::Storable metacpan
KiokuDB::Class L<KiokuDB> specific metaclass metacpan
KiokuDB::Cmd L<KiokuDB> command line tools metacpan
KiokuDB::Cmd::Base Base class for writing L<KiokuDB> command line tools. metacpan
KiokuDB::Cmd::Command::Dump Dump database entries for backup or munging purposes metacpan
KiokuDB::Cmd::Command::FSCK Check for broken references metacpan
KiokuDB::Cmd::Command::Load Load database dumps metacpan
KiokuDB::Cmd::DumpFormatter A role for command line tools that have a L<KiokuDB::Serializer> object specified using a C<--format> option. metacpan
KiokuDB::Cmd::InputHandle A role for command line tools with a C<--file> option to be used for read acces. metacpan
KiokuDB::Cmd::OutputHandle A role for command line tools with a C<--file> option that will be used for write access. metacpan
KiokuDB::Cmd::SpecifiedEntries A role for command line tools which accept entry IDs as options metacpan
KiokuDB::Cmd::TXN A role for command line tools that should run inside a transaction metacpan
KiokuDB::Cmd::Verbosity A role for command line tools that have a C<--verbose> option. metacpan
KiokuDB::Cmd::WithDSN Role for commands with a C<--dsn> argument. metacpan
KiokuDB::Cmd::WithDSN::Create Write or create access to a DSN for command line tools metacpan
KiokuDB::Cmd::WithDSN::Read Readonly access to a DSN metacpan
KiokuDB::Cmd::WithDSN::Write Read/write access to a DSN 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::LinkChecker Reference consistency checker metacpan
KiokuDB::LinkChecker::Results 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 L<Moose::Meta::Instnace> level support for lazy loading. metacpan
KiokuDB::Reference A symbolic reference to another L<KiokuDB::Entry>. metacpan
KiokuDB::Role::ID A role for objects who choose their own ID. metacpan
KiokuDB::Role::TypeMap metacpan
KiokuDB::Role::UUIDs UUID generation role. metacpan
KiokuDB::Role::UUIDs::DataUUID metacpan
KiokuDB::Role::UUIDs::LibUUID metacpan
KiokuDB::Role::UUIDs::SerialIDs Serial ID assignment based on a global counter. metacpan
KiokuDB::Serializer Standalone serializer object metacpan
KiokuDB::Serializer::JSON metacpan
KiokuDB::Serializer::Storable metacpan
KiokuDB::Serializer::YAML metacpan
KiokuDB::Set L<Set::Object> wrapper for KiokuDB with lazy loading. metacpan
KiokuDB::Set::Base metacpan
KiokuDB::Set::Deferred Implementation of deferred set. metacpan
KiokuDB::Set::Loaded Implementation of loaded sets metacpan
KiokuDB::Set::Storage Role for L<KiokuDB::Set>s that are tied to storage. metacpan
KiokuDB::Set::Stored Stored representation of L<KiokuDB::Set> objects. metacpan
KiokuDB::Set::Transient Implementation of in memory sets. metacpan
KiokuDB::Stream::Objects L<Data::Stream::Bulk> with live object management. 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::Overwrite metacpan
KiokuDB::Test::Fixture::Scan metacpan
KiokuDB::Test::Fixture::SimpleSearch metacpan
KiokuDB::Test::Fixture::Small metacpan
KiokuDB::Test::Fixture::TXN metacpan
KiokuDB::Test::Fixture::TXN::Nested metacpan
KiokuDB::Test::Fixture::TypeMap::Default metacpan
KiokuDB::Test::Fixture::Unicode metacpan
KiokuDB::Test::Person metacpan
KiokuDB::Thunk Internal only placeholder for deferred objects metacpan
KiokuDB::TypeMap Class to collapsing/expanding logic. metacpan
KiokuDB::TypeMap::Default A standard L<KiokuDB::TypeMap> with predefined entries. metacpan
KiokuDB::TypeMap::Default::Canonical A L<KiokuDB::TypeMap::Default> implementation that canonicalizes the standard types to simplified versions. metacpan
KiokuDB::TypeMap::Default::JSON metacpan
KiokuDB::TypeMap::Default::Passthrough A L<KiokuDB::TypeMap::Default> instance suitable for L<Storable>. metacpan
KiokuDB::TypeMap::Default::Storable metacpan
KiokuDB::TypeMap::Entry Role for L<KiokuDB::TypeMap> entries metacpan
KiokuDB::TypeMap::Entry::Alias An alias in the typemap to another entry metacpan
KiokuDB::TypeMap::Entry::Callback Callback based inflation/deflation of objects metacpan
KiokuDB::TypeMap::Entry::MOP A L<KiokuDB::TypeMap> entry for objects with a metaclass. metacpan
KiokuDB::TypeMap::Entry::Naive A typemap entry for "simple" objects metacpan
KiokuDB::TypeMap::Entry::Passthrough A typemap entry of objects that will be serialized by the backend. metacpan
KiokuDB::TypeMap::Entry::Set A typemap entry for L<KiokuDB::Set>s metacpan
KiokuDB::TypeMap::Entry::Std metacpan
KiokuDB::TypeMap::Resolver Caching resolver for L<KiokuDB::TypeMap> metacpan
KiokuDB::TypeMap::Shadow Try a list of L<KiokuDB::TypeMap>s in order metacpan
KiokuDB::Util Utility functions for working with KiokuDB metacpan
Moose::Meta::Attribute::Custom::Trait::KiokuDB::Lazy metacpan

Provides

Name File View
KiokuDB::TypeMap::Default::TypeMapAttr lib/KiokuDB/TypeMap/Default.pm metacpan
Moose::Meta::Attribute::Custom::Trait::EarlyBuild lib/KiokuDB/Cmd/Base.pm metacpan
Some::Role lib/KiokuDB/Test/Fixture/TypeMap/Default.pm metacpan

Other Files

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