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