package Reaction::UI::Widget::Object::Mutable; use Reaction::UI::WidgetClass; use namespace::clean -except => [ qw(meta) ]; extends 'Reaction::UI::Widget::Object'; __PACKAGE__->meta->make_immutable; 1; __END__; =head1 NAME Reaction::UI::Widget::Object::Mutable - A widget base representing mutable objects =head1 DESCRIPTION This is an empty subclass of L. =head1 FRAGMENTS No fragments were implemented in this widget. =head1 SEE ALSO =over 4 =item * L =item * L =back =head1 AUTHORS See L for authors. =head1 LICENSE See L for the license. =cut