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