From: Matt S Trout Date: Thu, 17 Mar 2016 17:40:37 +0000 (+0000) Subject: actually, I implemented this a few commits ago X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a045eac5f863d0fe6606c7495329bf57e9113d69;p=scpubgit%2FDX.git actually, I implemented this a few commits ago --- diff --git a/lib/DX/Predicate/MemberAt.pm b/lib/DX/Predicate/MemberAt.pm index cc71ea5..b3120a2 100644 --- a/lib/DX/Predicate/MemberAt.pm +++ b/lib/DX/Predicate/MemberAt.pm @@ -6,11 +6,6 @@ use DX::Class; with 'DX::Role::Predicate'; -# Thing I've ignored for the moment: set key, unset value -# which for an add should result in an _make_equal style -# bind-with-add-action I suspect, but I don't have a current use -# case so punting while I get everything-the-fuck-else done - sub _possible_resolution_list { my ($self, $coll, $key, $value) = @_; die "First argument to member_at must be a structured value"