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.31/lib/Form/Processor/Field/Readonly.pm -- Around line 7: '=item' outside of any '=over' Around line 19: You forgot a '=back' before '=head1' Form-Processor-0.31/lib/Form/Processor.pm -- Around line 440: You forgot a '=back' before '=head2' Around line 563: '=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.03,0.04,0.05,0.31

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