Form-Factory 0.012
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- 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_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).
Modules
Name | Abstract | Version | View |
---|---|---|---|
Form::Factory | a general-purpose form handling API | 0.012 | metacpan |
Form::Factory::Action | Role implemented by actions | 0.012 | metacpan |
Form::Factory::Action::Meta::Attribute::Control | Form control attribute-traits | 0.012 | metacpan |
Form::Factory::Action::Meta::Class | The meta-class for form actions | 0.012 | metacpan |
Form::Factory::Control | high-level API for working with form controls | 0.012 | metacpan |
Form::Factory::Control::Button | The button control | 0.012 | metacpan |
Form::Factory::Control::Checkbox | the checkbox control | 0.012 | metacpan |
Form::Factory::Control::Choice | Helper class for tracking choices | 0.012 | metacpan |
Form::Factory::Control::FullText | The full_text control | 0.012 | metacpan |
Form::Factory::Control::Password | the password control | 0.012 | metacpan |
Form::Factory::Control::Role::AvailableChoices | Controls that list available choices | 0.012 | metacpan |
Form::Factory::Control::Role::BooleanValue | boolean valued controls | 0.012 | metacpan |
Form::Factory::Control::Role::HiddenValue | hidden controls | 0.012 | metacpan |
Form::Factory::Control::Role::Labeled | labeled controls | 0.012 | metacpan |
Form::Factory::Control::Role::ListValue | list-valued controls | 0.012 | metacpan |
Form::Factory::Control::Role::MultiLine | multiline controls | 0.012 | metacpan |
Form::Factory::Control::Role::PresetValue | controls with preset values | 0.012 | metacpan |
Form::Factory::Control::Role::ScalarValue | scalar valued controls | 0.012 | metacpan |
Form::Factory::Control::Role::Value | controls with values | 0.012 | metacpan |
Form::Factory::Control::SelectMany | the multi-select control | 0.012 | metacpan |
Form::Factory::Control::SelectOne | A control for selecting a single item | 0.012 | metacpan |
Form::Factory::Control::Text | A single line text field | 0.012 | metacpan |
Form::Factory::Control::Value | A read-only value control | 0.012 | metacpan |
Form::Factory::Feature | Interface for objects that modify how actions work | 0.012 | metacpan |
Form::Factory::Feature::Control::FillOnAssignment | Control gets the value of the attribute | 0.012 | metacpan |
Form::Factory::Feature::Control::Length | A control feature for checking length | 0.012 | metacpan |
Form::Factory::Feature::Control::MatchAvailableChoices | Check for choice availability | 0.012 | metacpan |
Form::Factory::Feature::Control::MatchCode | Greps the control value for correctness | 0.012 | metacpan |
Form::Factory::Feature::Control::MatchRegex | Match a control value against a regex | 0.012 | metacpan |
Form::Factory::Feature::Control::Required | Makes sure a value is set on a control | 0.012 | metacpan |
Form::Factory::Feature::Control::Trim | Trims whitespace from a control value | 0.012 | metacpan |
Form::Factory::Feature::Functional | A generic feature for actions | 0.012 | metacpan |
Form::Factory::Feature::RequireNoneOrAll | if one control has a value, all should | 0.012 | metacpan |
Form::Factory::Feature::Role::BuildAttribute | control features that modify the action attribute | 0.012 | metacpan |
Form::Factory::Feature::Role::BuildControl | control features that modify control construction | 0.012 | metacpan |
Form::Factory::Feature::Role::Check | features that check control values | 0.012 | metacpan |
Form::Factory::Feature::Role::Clean | features that clean up control values | 0.012 | metacpan |
Form::Factory::Feature::Role::Control | Form features tied to particular controls | 0.012 | metacpan |
Form::Factory::Feature::Role::CustomControlMessage | control features with custom messages | 0.012 | metacpan |
Form::Factory::Feature::Role::CustomMessage | features with custom messages | 0.012 | metacpan |
Form::Factory::Feature::Role::PostProcess | features that run just after processing | 0.012 | metacpan |
Form::Factory::Feature::Role::PreProcess | features that run just before processing | 0.012 | metacpan |
Form::Factory::Interface | Role for form interface implementations | 0.012 | metacpan |
Form::Factory::Interface::CLI | Command-line interface builder for form factory | 0.012 | metacpan |
Form::Factory::Interface::HTML | Simple HTML form interface | 0.012 | metacpan |
Form::Factory::Interface::HTML::Widget | rendering/consuming HTML controls | 0.012 | metacpan |
Form::Factory::Interface::HTML::Widget::Div | HTML interface widget helper | 0.012 | metacpan |
Form::Factory::Interface::HTML::Widget::Element | HTML interface widget helper | 0.012 | metacpan |
Form::Factory::Interface::HTML::Widget::Input | HTML interface widget helper | 0.012 | metacpan |
Form::Factory::Interface::HTML::Widget::Label | HTML interface widget helper | 0.012 | metacpan |
Form::Factory::Interface::HTML::Widget::List | HTML interface widget helper | 0.012 | metacpan |
Form::Factory::Interface::HTML::Widget::ListItem | HTML interface widget helper | 0.012 | metacpan |
Form::Factory::Interface::HTML::Widget::Select | HTML interface widget helper | 0.012 | metacpan |
Form::Factory::Interface::HTML::Widget::Span | HTML interface widget helper | 0.012 | metacpan |
Form::Factory::Interface::HTML::Widget::Textarea | HTML interface widget helper | 0.012 | metacpan |
Form::Factory::Message | Handy class for encapsulating messages | 0.012 | metacpan |
Form::Factory::Processor | Moos-ish helper for action classes | 0.012 | metacpan |
Form::Factory::Processor::DeferredValue | Tag class for deferred_values | 0.012 | metacpan |
Form::Factory::Result | Interface for the result classes | 0.012 | metacpan |
Form::Factory::Result::Gathered | A group of results | 0.012 | metacpan |
Form::Factory::Result::Single | Form result class representing a single result | 0.012 | metacpan |
Form::Factory::Stasher | An object responsible for remembering things | 0.012 | metacpan |
Form::Factory::Stasher::Memory | Remember things in a Perl hash | 0.012 | metacpan |
Provides
Name | File | View |
---|---|---|
Moose::Meta::Attribute::Custom::Trait::Form::Control | lib/Form/Factory/Action/Meta/Attribute/Control.pm | metacpan |