NAME
Form::Factory::Feature - Interface for objects that modify how actions work
VERSION
version 0.021
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
Copyright 2009 Qubling Software LLC.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.