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