# New Ticket Created by Timothy Bollman
# Please include the string: [perl #130362]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130362 >
The is-deeply operator does not appear to pick up custom infix eqv variants. I
can s
On Fri, 16 Dec 2016 12:40:05 -0800, TimTom wrote:
> The is-deeply operator does not appear to pick up custom infix eqv
> variants. I can see on line 567 of rakudo/lib/Test.pm6 that
> _is_deeply is using infix:, but it doesn't pick up the custom
> variant. I attempted exporting the operator and mo