add state command for creating mutable globals
[scpubgit/DX.git] / lib / DX / Action / SetBoundValue.pm
1 package DX::Action::SetBoundValue;
2
3 use DX::Update::SetValue;
4 use DX::Class;
5
6 with 'DX::Role::BoundValueAction';
7
8 sub update_class { 'DX::Update::SetValue' }
9
10 1;