Kwalitee Issues

has_meta_yml

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

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 (54) does not match dist (58):
  • Missing in MANIFEST: .cvsignore, lib/Data/Schema/Config.pm, lib/Data/Schema/Type/CIStr.pm, lib/Data/Schema/Type/HasElement.pm, t/boilerplate.t
  • Missing in Dist: lib/Data/Schema/Type/HasLength.pm

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.

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • Test::Exception

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
Data::Schema Validate nested data structures with nested structure 0.11 metacpan
Data::Schema::Plugin::LoadSchema::Base Base class for other DSP::LoadSchema::* plugins metacpan
Data::Schema::Plugin::LoadSchema::Hash Plugin to load schemas from hashes metacpan
Data::Schema::Plugin::LoadSchema::YAMLFile Plugin to load schemas from YAML files metacpan
Data::Schema::Type::All Type handler for 'all' type metacpan
Data::Schema::Type::Array Type handler for arrays ('array') metacpan
Data::Schema::Type::Base Base class for Data::Schema type handler metacpan
Data::Schema::Type::Bool Type handler for booleans ('bool') metacpan
Data::Schema::Type::Comparable Role for comparable types metacpan
Data::Schema::Type::Either Type handler for 'either' type metacpan
Data::Schema::Type::Float Type handler for floating point numbers ('float') metacpan
Data::Schema::Type::Hash Type handler for hash ('hash') metacpan
Data::Schema::Type::Int Type handler for integer numbers ('int') metacpan
Data::Schema::Type::Num Base type handler for numbers metacpan
Data::Schema::Type::Object Type handler for Perl objects ('object') metacpan
Data::Schema::Type::Printable Role for printable stuff metacpan
Data::Schema::Type::Schema Make schema as type metacpan
Data::Schema::Type::Sortable Role for sortable types metacpan
Data::Schema::Type::Str Type handler for string ('str') metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan