Kwalitee Issues

no_broken_auto_install

Upgrade the bundled version of Module::Install to at least 0.89, but preferably to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

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.14/lib/Form/Processor/Field/Readonly.pm -- Around line 6: '=item' outside of any '=over' Around line 18: You forgot a '=back' before '=head1' Form-Processor-0.14/lib/Form/Processor.pm -- Around line 436: You forgot a '=back' before '=head2' Around line 559: '=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.14

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.

Modules

Name Abstract Version View
Form::Processor validate and process form data 0.14 metacpan
Form::Processor::Field Base class for Fields used with Form::Processor 0.01 metacpan
Form::Processor::Field::Boolean A true or false field metacpan
Form::Processor::Field::CIDR_List Muliplt CIDR addresses metacpan
Form::Processor::Field::Checkbox A boolean checkbox field type metacpan
Form::Processor::Field::DateTime Maps to the current DateTime module. metacpan
Form::Processor::Field::DateTimeDMYHM DEPRECATED example of a compound field metacpan
Form::Processor::Field::DateTimeDMYHM2 DEPRECATED example of a sub-form metacpan
Form::Processor::Field::DateTimeManip Free-form date/time input metacpan
Form::Processor::Field::Date_yyyy_mm_dd metacpan
Form::Processor::Field::Email Validates email uisng Email::Valid 0.01 metacpan
Form::Processor::Field::FutureDate DEPRECATED tests that the entered date is in the future metacpan
Form::Processor::Field::Hidden a text field as a hidden widget metacpan
Form::Processor::Field::Hour metacpan
Form::Processor::Field::HtmlArea Input HTML in a textarea metacpan
Form::Processor::Field::IntRange Select an integer range in a select list metacpan
Form::Processor::Field::Integer validate an integer value metacpan
Form::Processor::Field::MD5_Password convert passwords to MD5 hashes metacpan
Form::Processor::Field::Minute input range from 0 to 60 metacpan
Form::Processor::Field::Money Input US currenty-like values. metacpan
Form::Processor::Field::Month Select list of 1 to 12 metacpan
Form::Processor::Field::MonthDay Select list for a day number 1 to 31 metacpan
Form::Processor::Field::MonthName Select list for month names metacpan
Form::Processor::Field::Multiple Select one or more options metacpan
Form::Processor::Field::OneToTen Field::Processor Field metacpan
Form::Processor::Field::Password Input a password metacpan
Form::Processor::Field::Phone input a telephone number metacpan
Form::Processor::Field::PosInteger Validates input is a postive integer metacpan
Form::Processor::Field::Readonly Field that can be read but not updated metacpan
Form::Processor::Field::Second Select list for seconds metacpan
Form::Processor::Field::Select metacpan
Form::Processor::Field::Template Tests that Template-Toolkit can parse the content metacpan
Form::Processor::Field::Text A simple text entry field 0.02 metacpan
Form::Processor::Field::TextArea Mulitple line input metacpan
Form::Processor::Field::URL Tests that a url looks like a url. metacpan
Form::Processor::Field::USPhone Validate that the input looks like a US phone number metacpan
Form::Processor::Field::USZipcode Checks that input looks like a US Zip. metacpan
Form::Processor::Field::Upload A field for uploading files metacpan
Form::Processor::Field::Username metacpan
Form::Processor::Field::Weekday Select valid day of the week metacpan
Form::Processor::Field::WeekdayStr metacpan
Form::Processor::Field::Year Select a recent year. metacpan
Form::Processor::I18N metacpan
Form::Processor::I18N::en_us metacpan
Form::Processor::Model metacpan

Other Files

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