Data-TreeValidator 0.02 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- 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.
- 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::TreeValidator | Easy validation and transformation of scalar tree structures | 0.02 | metacpan |
Data::TreeValidator::Branch | A branch of tree validation | 0.02 | metacpan |
Data::TreeValidator::Constraints | A collection of constraints for validating data | 0.02 | metacpan |
Data::TreeValidator::Leaf | Represents a single leaf node in the validation tree specification | 0.02 | metacpan |
Data::TreeValidator::Node | Represents a node in the validation tree specification | 0.02 | metacpan |
Data::TreeValidator::RepeatingBranch | A branch that can have its input repeated multiple times | 0.02 | metacpan |
Data::TreeValidator::Result | Role specifying the result of processing | 0.02 | metacpan |
Data::TreeValidator::Result::Branch | Contains the result of processing a branch | 0.02 | metacpan |
Data::TreeValidator::Result::Leaf | The result of processing a leaf node | 0.02 | metacpan |
Data::TreeValidator::Result::Repeating | Returns the result of processing a repeating branch | 0.02 | metacpan |
Data::TreeValidator::Sugar | Syntatic sugar for easily creating tree validators | 0.02 | metacpan |
Data::TreeValidator::Transformations | Common data transformations | 0.02 | metacpan |
Data::TreeValidator::Types | Internal data types used by Data::TreeValidator | 0.02 | metacpan |
Data::TreeValidator::Util | Helpful utilities for working with tree validators | 0.02 | metacpan |
Provides
Name | File | View |
---|---|---|
Data::TreeValidator::ConstraintError | lib/Data/TreeValidator/Util.pm | metacpan |