You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Smartmatch was retroactively deprecated due to corner cases, so
replace with a list search function that does basically the
same thing (for our use case). We could theoretically use
List::Util::any here, but some distros do not ship
List::Util by default (Amazon Linux 2).
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
(cherry picked from commit 9553e3f)
0 commit comments