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