projects
/
scpubgit/DX.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0cf5075
)
add missing dependency
Matt S Trout [Thu, 17 Mar 2016 17:39:59 +0000 (17:39 +0000)]
lib/DX/Predicate/MemberAt.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DX/Predicate/MemberAt.pm
b/lib/DX/Predicate/MemberAt.pm
index
314f8e6
..
cc71ea5
100644
(file)
--- a/
lib/DX/Predicate/MemberAt.pm
+++ b/
lib/DX/Predicate/MemberAt.pm
@@
-75,7
+75,8
@@
sub _possible_resolution_list {
map $_->but_first($set_key)
->but_with_dependencies_on(
[ undef ,=>
- [ EXISTENCE_OF ,=> $coll, $kstr ]
+ [ EXISTENCE_OF ,=> $coll, $kstr ],
+ [ CONTENTS_OF ,=> $key ],
]
),
$self->_make_equal($coll->get_member_at($_), $value);