Download: HTML-Widget-1.11.tar.gz
Dependencies
Annotate this POD
HTML::Widget::Constraint::In - Check that a value is one of a current set.
$widget->constraint( In => "foo" )->in(qw/possible values/);
Arguments: @values
A list of valid values for that element.