projects
/
scpubgit/DX.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cd7dca24575a4a6e29a7234abaf1e8c07136b5e0
[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;