NAME
Form::Factory::Feature - Interface for objects that modify how actions work
VERSION
version 0.022
SYNOPSIS
package MyApp::Feature::Foo;
use Moose;
with qw( Form::Factory::Feature );
package Form::Factory:;Feature::Custom::Foo;
sub register_implementation { 'MyApp::Feature::Foo' }
DESCRIPTION
A feature modifies what the form does during processing.
ATTRIBUTES
name
The short name of the feature. This is automatically built from the feature's class name.
action
The action this feature has been attached to.
result
This is the Form::Factory::Result::Single recording the success or failure of the parts of this feature.
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Qubling Software LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.