Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Expected a list structure (author) [Validation: 1.3]

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

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.)

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: HTML::FormFu::Exception::Constraint, HTML::FormFu::Exception::Inflator, HTML::FormFu::Exception::Transformer, HTML::FormFu::Exception::Validator, HTML::FormFu::tt_files

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: HTML-FormFu-0.01003/lib/HTML/FormFu/Element/Block.pm -- Around line 258: L<> starts or ends with whitespace HTML-FormFu-0.01003/lib/HTML/FormFu/Element/Date.pm -- Around line 537: alternative text 'filter/filters' contains non-escaped | or / alternative text 'constraint/constraints' contains non-escaped | or / alternative text 'inflator/inflators' contains non-escaped | or / alternative text 'validator/validators' contains non-escaped | or / alternative text 'transformer/transformers' contains non-escaped | or / HTML-FormFu-0.01003/lib/HTML/FormFu/Element/_Field.pm -- Around line 663: alternative text '/values' contains non-escaped | or / alternative text '/options' contains non-escaped | or /

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: HTML::FormFu, HTML::FormFu::Attribute, HTML::FormFu::Constraint, HTML::FormFu::Constraint::ASCII, HTML::FormFu::Constraint::AllOrNone, HTML::FormFu::Constraint::AutoSet, HTML::FormFu::Constraint::Bool, HTML::FormFu::Constraint::Callback, HTML::FormFu::Constraint::CallbackOnce, HTML::FormFu::Constraint::DependOn, HTML::FormFu::Constraint::Email, HTML::FormFu::Constraint::Equal, HTML::FormFu::Constraint::Integer, HTML::FormFu::Constraint::Length, HTML::FormFu::Constraint::MaxLength, HTML::FormFu::Constraint::MinLength, HTML::FormFu::Constraint::MinMaxFields, HTML::FormFu::Constraint::Number, HTML::FormFu::Constraint::Printable, HTML::FormFu::Constraint::Range, HTML::FormFu::Constraint::Regex, HTML::FormFu::Constraint::Required, HTML::FormFu::Constraint::Set, HTML::FormFu::Constraint::SingleValue, HTML::FormFu::Constraint::Word, HTML::FormFu::Constraint::_others, HTML::FormFu::Deflator, HTML::FormFu::Deflator::Strftime, HTML::FormFu::Deploy, HTML::FormFu::Element, HTML::FormFu::Element::Blank, HTML::FormFu::Element::Block, HTML::FormFu::Element::Button, HTML::FormFu::Element::Checkbox, HTML::FormFu::Element::ContentButton, HTML::FormFu::Element::Date, HTML::FormFu::Element::Fieldset, HTML::FormFu::Element::File, HTML::FormFu::Element::Hidden, HTML::FormFu::Element::Hr, HTML::FormFu::Element::Image, HTML::FormFu::Element::Multi, HTML::FormFu::Element::Password, HTML::FormFu::Element::Radio, HTML::FormFu::Element::Radiogroup, HTML::FormFu::Element::Reset, HTML::FormFu::Element::Select, HTML::FormFu::Element::SimpleTable, HTML::FormFu::Element::Src, HTML::FormFu::Element::Submit, HTML::FormFu::Element::Text, HTML::FormFu::Element::Textarea, HTML::FormFu::Element::_Field, HTML::FormFu::Element::_Group, HTML::FormFu::Element::_Input, HTML::FormFu::Element::_NonBlock, HTML::FormFu::Exception, HTML::FormFu::Exception::Constraint, HTML::FormFu::Exception::Inflator, HTML::FormFu::Exception::Input, HTML::FormFu::Exception::Transformer, HTML::FormFu::Exception::Validator, HTML::FormFu::FakeQuery, HTML::FormFu::Filter, HTML::FormFu::Filter::Callback, HTML::FormFu::Filter::Encode, HTML::FormFu::Filter::HTMLEscape, HTML::FormFu::Filter::HTMLScrubber, HTML::FormFu::Filter::LowerCase, HTML::FormFu::Filter::NonNumeric, HTML::FormFu::Filter::Regex, HTML::FormFu::Filter::TrimEdges, HTML::FormFu::Filter::UpperCase, HTML::FormFu::Filter::Whitespace, HTML::FormFu::I18N, HTML::FormFu::I18N::de, HTML::FormFu::I18N::en, HTML::FormFu::I18N::ja, HTML::FormFu::Inflator, HTML::FormFu::Inflator::DateTime, HTML::FormFu::Literal, HTML::FormFu::Localize, HTML::FormFu::ObjectUtil, HTML::FormFu::Preload, HTML::FormFu::Processor, HTML::FormFu::QueryType::CGI, HTML::FormFu::QueryType::CGI::Simple, HTML::FormFu::QueryType::Catalyst, HTML::FormFu::Render::Element, HTML::FormFu::Render::Element::blank, HTML::FormFu::Render::Element::block, HTML::FormFu::Render::Element::field, HTML::FormFu::Render::Element::multi, HTML::FormFu::Render::Form, HTML::FormFu::Render::base, HTML::FormFu::Transformer, HTML::FormFu::Upload, HTML::FormFu::Util, HTML::FormFu::Validator, HTML::FormFu::Validator::Callback, HTML::FormFu::tt_files

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
HTML::FormFu HTML Form Creation, Rendering and Validation Framework 0.01003 metacpan
HTML::FormFu::Attribute metacpan
HTML::FormFu::Constraint Constraint Base Class metacpan
HTML::FormFu::Constraint::ASCII metacpan
HTML::FormFu::Constraint::AllOrNone AllOrNone constraint metacpan
HTML::FormFu::Constraint::AutoSet metacpan
HTML::FormFu::Constraint::Bool metacpan
HTML::FormFu::Constraint::Callback metacpan
HTML::FormFu::Constraint::CallbackOnce metacpan
HTML::FormFu::Constraint::DependOn metacpan
HTML::FormFu::Constraint::Email metacpan
HTML::FormFu::Constraint::Equal metacpan
HTML::FormFu::Constraint::Integer metacpan
HTML::FormFu::Constraint::Length metacpan
HTML::FormFu::Constraint::MaxLength metacpan
HTML::FormFu::Constraint::MinLength metacpan
HTML::FormFu::Constraint::MinMaxFields metacpan
HTML::FormFu::Constraint::Number metacpan
HTML::FormFu::Constraint::Printable metacpan
HTML::FormFu::Constraint::Range metacpan
HTML::FormFu::Constraint::Regex metacpan
HTML::FormFu::Constraint::Required metacpan
HTML::FormFu::Constraint::Set metacpan
HTML::FormFu::Constraint::SingleValue metacpan
HTML::FormFu::Constraint::Word metacpan
HTML::FormFu::Constraint::_others Base class for constraints needing others() method metacpan
HTML::FormFu::Deflator metacpan
HTML::FormFu::Deflator::Strftime Strftime deflator metacpan
HTML::FormFu::Deploy metacpan
HTML::FormFu::Element Element Base Class metacpan
HTML::FormFu::Element::Blank blank element metacpan
HTML::FormFu::Element::Block Block element metacpan
HTML::FormFu::Element::Button Button form field metacpan
HTML::FormFu::Element::Checkbox Checkbox form field metacpan
HTML::FormFu::Element::ContentButton Button form field containing markup metacpan
HTML::FormFu::Element::Date 3 select menu multi-field metacpan
HTML::FormFu::Element::Fieldset Fieldset element metacpan
HTML::FormFu::Element::File File upload form field metacpan
HTML::FormFu::Element::Hidden Hidden form field metacpan
HTML::FormFu::Element::Hr metacpan
HTML::FormFu::Element::Image Image button form field metacpan
HTML::FormFu::Element::Multi Combine multiple fields in a single element metacpan
HTML::FormFu::Element::Password Password form field metacpan
HTML::FormFu::Element::Radio Radio form field metacpan
HTML::FormFu::Element::Radiogroup Group of radiobutton form fields metacpan
HTML::FormFu::Element::Reset Reset button form field metacpan
HTML::FormFu::Element::Select Select form field metacpan
HTML::FormFu::Element::SimpleTable metacpan
HTML::FormFu::Element::Src metacpan
HTML::FormFu::Element::Submit Submit button form field metacpan
HTML::FormFu::Element::Text Text form field metacpan
HTML::FormFu::Element::Textarea Textarea form field metacpan
HTML::FormFu::Element::_Field metacpan
HTML::FormFu::Element::_Group grouped form field base-class metacpan
HTML::FormFu::Element::_Input input field base-class metacpan
HTML::FormFu::Element::_NonBlock metacpan
HTML::FormFu::Exception metacpan
HTML::FormFu::Exception::Constraint metacpan
HTML::FormFu::Exception::Inflator metacpan
HTML::FormFu::Exception::Input metacpan
HTML::FormFu::Exception::Transformer metacpan
HTML::FormFu::Exception::Validator metacpan
HTML::FormFu::FakeQuery metacpan
HTML::FormFu::Filter Filter Base Class metacpan
HTML::FormFu::Filter::Callback filter with custom subroutine metacpan
HTML::FormFu::Filter::Encode Encode/Decode Submitted Values metacpan
HTML::FormFu::Filter::HTMLEscape metacpan
HTML::FormFu::Filter::HTMLScrubber metacpan
HTML::FormFu::Filter::LowerCase metacpan
HTML::FormFu::Filter::NonNumeric metacpan
HTML::FormFu::Filter::Regex metacpan
HTML::FormFu::Filter::TrimEdges metacpan
HTML::FormFu::Filter::UpperCase metacpan
HTML::FormFu::Filter::Whitespace metacpan
HTML::FormFu::I18N metacpan
HTML::FormFu::I18N::de metacpan
HTML::FormFu::I18N::en metacpan
HTML::FormFu::I18N::ja metacpan
HTML::FormFu::Inflator Inflator Base Class metacpan
HTML::FormFu::Inflator::DateTime DateTime inflator metacpan
HTML::FormFu::Literal metacpan
HTML::FormFu::Localize metacpan
HTML::FormFu::ObjectUtil metacpan
HTML::FormFu::Preload metacpan
HTML::FormFu::Processor base class for constraints metacpan
HTML::FormFu::QueryType::CGI metacpan
HTML::FormFu::QueryType::CGI::Simple metacpan
HTML::FormFu::QueryType::Catalyst metacpan
HTML::FormFu::Render::Element metacpan
HTML::FormFu::Render::Element::blank metacpan
HTML::FormFu::Render::Element::block metacpan
HTML::FormFu::Render::Element::field metacpan
HTML::FormFu::Render::Element::multi metacpan
HTML::FormFu::Render::Form metacpan
HTML::FormFu::Render::base metacpan
HTML::FormFu::Transformer Transformer Base Class metacpan
HTML::FormFu::Upload metacpan
HTML::FormFu::Util metacpan
HTML::FormFu::Validator Validator Base Class metacpan
HTML::FormFu::Validator::Callback Callback validator metacpan
HTML::FormFu::tt_files metacpan

Other Files

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