Kwalitee Issues

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (81) does not match dist (79):
  • Missing in MANIFEST: t/00-load.t-, t/30-config-defer_loading.t-
  • Missing in Dist: dist.ini, t/00-load.t, t/30-config-defer_loading.t, t/pod-coverage.t

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_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).

Modules

Name Abstract Version View
Data::Schema (DEPRECATED) Validate nested data structures with nested structure 0.135 metacpan
Data::Schema::Config Data::Schema configuration 0.135 metacpan
Data::Schema::Plugin::LoadSchema::Base Base class for other DSP::LoadSchema::* plugins 0.135 metacpan
Data::Schema::Plugin::LoadSchema::Hash Plugin to load schemas from hashes 0.135 metacpan
Data::Schema::Plugin::LoadSchema::YAMLFile Plugin to load schemas from YAML files 0.135 metacpan
Data::Schema::Schema::Schema the DS schema of DS schema 0.135 metacpan
Data::Schema::Type::All Type handler for 'all' type 0.135 metacpan
Data::Schema::Type::Array Type handler for arrays ('array') 0.135 metacpan
Data::Schema::Type::Base Base class for Data::Schema type handler 0.135 metacpan
Data::Schema::Type::Bool Type handler for booleans ('bool') 0.135 metacpan
Data::Schema::Type::CIStr Type handler for case-insensitive string ('cistr') 0.135 metacpan
Data::Schema::Type::Comparable Role for comparable types 0.135 metacpan
Data::Schema::Type::Either Type handler for 'either' type 0.135 metacpan
Data::Schema::Type::Float Type handler for floating point numbers ('float') 0.135 metacpan
Data::Schema::Type::HasElement Role for types that have the notion of elements 0.135 metacpan
Data::Schema::Type::Hash Type handler for hash ('hash') 0.135 metacpan
Data::Schema::Type::Int Type handler for integer numbers ('int') 0.135 metacpan
Data::Schema::Type::Num Base type handler for numbers 0.135 metacpan
Data::Schema::Type::Object Type handler for Perl objects ('object') 0.135 metacpan
Data::Schema::Type::Printable Role for printable stuff 0.135 metacpan
Data::Schema::Type::Scalar Role for scalar types 0.135 metacpan
Data::Schema::Type::Schema Make schema as type 0.135 metacpan
Data::Schema::Type::Sortable Role for sortable types 0.135 metacpan
Data::Schema::Type::Str Type handler for string ('str') 0.135 metacpan
Data::Schema::Type::TypeName Type handler for DS type 'typename' 0.135 metacpan

Other Files

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