Kwalitee Issues

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: Spark::Form::FAQ, SparkX::Form::BasicFields, SparkX::Form::BasicPrinters

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.

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: Spark::Form::FAQ, SparkX::Form::BasicFields, SparkX::Form::BasicPrinters

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Spark::Form
  • Spark::Form::FAQ
  • Spark::Form::Field
  • Spark::Form::Field::Role::Printable
  • Spark::Form::Field::Role::Printable::HTML
  • Spark::Form::Field::Role::Printable::XHTML
  • Spark::Form::Field::Role::Validateable
  • Spark::Form::Printer
  • Spark::Form::Printer::HTML
  • Spark::Form::Printer::XHTML
  • Spark::Form::Source
  • SparkX::Form::BasicFields
  • SparkX::Form::BasicPrinters
  • SparkX::Form::BasicValidators
  • SparkX::Form::Field::Button
  • SparkX::Form::Field::Checkbox
  • SparkX::Form::Field::File
  • SparkX::Form::Field::Hidden
  • SparkX::Form::Field::Image
  • SparkX::Form::Field::MultiSelect
  • SparkX::Form::Field::Password
  • SparkX::Form::Field::Radio
  • SparkX::Form::Field::Reset
  • SparkX::Form::Field::Select
  • SparkX::Form::Field::Submit
  • SparkX::Form::Field::Text
  • SparkX::Form::Field::Textarea
  • SparkX::Form::Field::Validator::Confirm
  • SparkX::Form::Field::Validator::MaxLength
  • SparkX::Form::Field::Validator::MinLength
  • SparkX::Form::Field::Validator::NotEmpty
  • SparkX::Form::Field::Validator::Regex
  • SparkX::Form::Printer::List

Modules

Name Abstract Version View
Spark::Form A simple yet powerful forms validation system that promotes reuse. 0.2102 metacpan
Spark::Form::FAQ Frequently Asked Questions about Spark::Form 0.2102 metacpan
Spark::Form::Field Superclass for all Form Fields 0.2102 metacpan
Spark::Form::Field::Role::Printable Printability for form fields 0.2102 metacpan
Spark::Form::Field::Role::Printable::HTML a HTML4-printable form field role 0.2102 metacpan
Spark::Form::Field::Role::Printable::XHTML a XHTML1-printable form field role 0.2102 metacpan
Spark::Form::Field::Role::Validateable Fields that can be validated 0.2102 metacpan
Spark::Form::Printer interface for form printers for C<Spark::Form> 0.2102 metacpan
Spark::Form::Printer::HTML the interface a HTML-printing form printer needs to implement 0.2102 metacpan
Spark::Form::Printer::XHTML the interface an XHTML-printing form printer needs to implement 0.2102 metacpan
Spark::Form::Source Base class for population plugins 0.2102 metacpan
SparkX::Form::BasicFields A collection of basic fields for Spark::Form 0.2102 metacpan
SparkX::Form::BasicPrinters A selection of basic form printers for printing a C<SparkX::Form>. 0.2102 metacpan
SparkX::Form::BasicValidators A selection of validators to make writing custom fields easier. 0.2102 metacpan
SparkX::Form::Field::Button A Button for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::Checkbox A Checkbox field for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::File A File upload field for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::Hidden A hidden field for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::Image An image field for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::MultiSelect A multiple select drop-down field for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::Password A Password field for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::Radio A set of radio buttons for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::Reset A reset button for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::Select A select drop-down field for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::Submit A Submit field for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::Text A Text field for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::Textarea A Textarea field for SparkX::Form 0.2102 metacpan
SparkX::Form::Field::Validator::Confirm Validates whether or not the user confirmed some choice. 0.2102 metacpan
SparkX::Form::Field::Validator::MaxLength Validates a variable does not exceed a given size 0.2102 metacpan
SparkX::Form::Field::Validator::MinLength Validates a field is at least a given size 0.2102 metacpan
SparkX::Form::Field::Validator::NotEmpty Validates a field has some value 0.2102 metacpan
SparkX::Form::Field::Validator::Regex Validates a field matches a regular expression 0.2102 metacpan
SparkX::Form::Printer::List A list-printer for SparkX::Form. Spouts out form elements in a (X)HTML list. 0.2102 metacpan

Other Files

Build.PL metacpan
Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
dist.ini metacpan