Add value and dependency fields to eval json output.
This commit is contained in:
parent
da73eb5f8a
commit
268f273a3e
@ -172,8 +172,10 @@ __PACKAGE__->belongs_to(
|
||||
my %hint = (
|
||||
columns => [
|
||||
"revision",
|
||||
"value",
|
||||
"type",
|
||||
"uri"
|
||||
"uri",
|
||||
'dependency',
|
||||
],
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user