logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::FormHandler::Moose - to add FormHandler sugar

Author

       FormHandler Contributors - see HTML::FormHandler

Name

       HTML::FormHandler::Moose - to add FormHandler sugar

Synopsis

       Enables the use of field specification sugar (has_field).  Use this module instead of " use Moose; "

          package MyApp::Form::Foo;
          use HTML::FormHandler::Moose;
          extends 'HTML::FormHandler';

          has_field 'username' => ( type => 'Text', ... );
          has_field 'something_else' => ( ... );

          no HTML::FormHandler::Moose;
          1;

Version

       version 0.40068

See Also