fixed _build_value_string for ChooseOne fields
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / Field / Mutable / Integer.pm
CommitLineData
ddccc6a2 1package Reaction::UI::ViewPort::Field::Mutable::Integer;
2
3use Reaction::Class;
4
5class Integer is 'Reaction::UI::ViewPort::Field::Integer', which {
6 does 'Reaction::UI::ViewPort::Field::Role::Mutable';
7};
8
91;