Syccess 0.102 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- 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.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Syccess | Easy Validation Handler | 0.102 | metacpan |
Syccess::Error | Syccess error message | 0.102 | metacpan |
Syccess::Field | Syccess field | 0.102 | metacpan |
Syccess::Result | A validation process result | 0.102 | metacpan |
Syccess::Validator | Syccess validator | 0.102 | metacpan |
Syccess::Validator::Call | A validator to check via call to a method | 0.102 | metacpan |
Syccess::Validator::Code | A validator to check a value through a simple coderef | 0.102 | metacpan |
Syccess::Validator::In | A validator to check if a value is inside of a list of values | 0.102 | metacpan |
Syccess::Validator::IsNumber | A validator to check if value is a number | 0.102 | metacpan |
Syccess::Validator::Length | A validator to check the length of the value in chars | 0.102 | metacpan |
Syccess::Validator::Regex | A validator to check with a regex | 0.102 | metacpan |
Syccess::Validator::Required | A validator to check for a required field | 0.102 | metacpan |
Syccess::ValidatorSimple | Syccess validator | 0.102 | metacpan |