Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

package Form::MyForm;
use strict;
has_field 'optname' => ( min_length => 5, required => 1 );