Provided by: libhtml-widget-perl_1.11-5_all bug

NAME

       HTML::Widget::Constraint::In - Check that a value is one of a current set.

SYNOPSIS

           $widget->constraint( In => "foo" )->in(qw/possible values/);

DESCRIPTION

METHODS

   validate
   in
       Arguments: @values

       A list of valid values for that element.

perl v5.26.1                                       2018-02-25                  HTML::Widget::Constraint::In(3pm)