Form-Processor 0.07 Deleted
Kwalitee Issues
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Form-Processor-0.07/lib/Form/Processor/Field/Readonly.pm -- Around line 6: '=item' outside of any '=over' =over without closing =back Form-Processor-0.07/lib/Form/Processor/Field/Select.pm -- Around line 22: '=item' outside of any '=over' =over without closing =back Form-Processor-0.07/lib/Form/Processor.pm -- Around line 357: You forgot a '=back' before '=head2' Around line 476: '=item' outside of any '=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.
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,0.02,0.07
- 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.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Form::Processor | validate and process form data | 0.07 | metacpan |
| Form::Processor::Field | Base class for Fields used with Form::Processor | 0.01 | metacpan |
| Form::Processor::Field::Boolean | 0.01 | metacpan | |
| Form::Processor::Field::Checkbox | 0.01 | metacpan | |
| Form::Processor::Field::DateTime | 0.01 | metacpan | |
| Form::Processor::Field::DateTimeDMYHM | 0.01 | metacpan | |
| Form::Processor::Field::DateTimeDMYHM2 | 0.01 | metacpan | |
| Form::Processor::Field::DateTimeManip | 0.01 | metacpan | |
| Form::Processor::Field::Email | 0.01 | metacpan | |
| Form::Processor::Field::FutureDate | 0.01 | metacpan | |
| Form::Processor::Field::HtmlArea | 0.02 | metacpan | |
| Form::Processor::Field::Integer | 0.01 | metacpan | |
| Form::Processor::Field::Money | 0.01 | metacpan | |
| Form::Processor::Field::Multiple | 0.01 | metacpan | |
| Form::Processor::Field::OneToTen | Field::Processor Field | 0.01 | metacpan |
| Form::Processor::Field::Password | 0.01 | metacpan | |
| Form::Processor::Field::Phone | 0.01 | metacpan | |
| Form::Processor::Field::PosInteger | 0.01 | metacpan | |
| Form::Processor::Field::Readonly | 0.01 | metacpan | |
| Form::Processor::Field::Select | 0.01 | metacpan | |
| Form::Processor::Field::Template | 0.02 | metacpan | |
| Form::Processor::Field::Text | 0.01 | metacpan | |
| Form::Processor::Field::TextArea | 0.01 | metacpan | |
| Form::Processor::Field::URL | 0.01 | metacpan | |
| Form::Processor::Field::USPhone | 0.01 | metacpan | |
| Form::Processor::Field::USZipcode | 0.01 | metacpan | |
| Form::Processor::Field::Username | 0.01 | metacpan | |
| Form::Processor::I18N | metacpan | ||
| Form::Processor::I18N::en_us | metacpan | ||
| Form::Processor::Model | metacpan |
Provides
| Name | File | View |
|---|---|---|
| Form::Processor::Field::DateTimeDMYHM2::Form | lib/Form/Processor/Field/DateTimeDMYHM2.pm | metacpan |