projects
/
scpubgit/DX.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
format aperture in backtrack trace
[scpubgit/DX.git]
/
lib
/
DX
/
Role
/
StructuredValue.pm
Commit
Line
Data
9d759b64
1
package DX::Role::StructuredValue;
2
3
use DX::Role;
4
5
with 'DX::Role::Value';
6
7
1;