package Reaction::UI::Widget::Value::Text; use Reaction::UI::WidgetClass; use namespace::clean -except => [ qw(meta) ]; extends 'Reaction::UI::Widget::Value'; __PACKAGE__->meta->make_immutable; 1; __END__; =head1 NAME Reaction::UI::Widget::Value::Text =head1 DESCRIPTION See L =head1 AUTHORS See L for authors. =head1 LICENSE See L for the license. =cut