Form::Factory::Action::Role - Role implemented by action roles


Form-Factory documentation  | view source Contained in the Form-Factory distribution.

Index


NAME

Top

Form::Factory::Action::Role - Role implemented by action roles

VERSION

Top

version 0.020

SYNOPSIS

Top

  package MyApp::Action::Foo;
  use Form::Factory::Processor::Role;

  has_control bar => (
      type => 'text',
  );

DESCRIPTION

Top

This is the role implemented by all form action roles. Do not use this directly, but use Form::Factory::Processor::Role, which performs the magic required to make your class implement this role.

AUTHOR

Top

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

Top


Form-Factory documentation  | view source Contained in the Form-Factory distribution.