[perl #128947] [BUG] Pair.WHICH confused by "|"s

2016-08-15 Thread Will Coleda via RT
Closing as a duplicate of the referenced tickets. -- Will "Coke" Coleda

Re: [perl #128947] [BUG] Pair.WHICH confused by "|"s

2016-08-15 Thread Elizabeth Mattijsen
This is a known deficiency for which we actually have TODO’d tests RT #124454 RT #124496 ObjAt currently just being a Str is a hack that will need to have some VM support to be fixable. > On 15 Aug 2016, at 15:48, Zefram (via RT) > wrote: > > # New Ticket Created by Zefram > # Please inclu

[perl #128947] [BUG] Pair.WHICH confused by "|"s

2016-08-15 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128947] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128947 > > ("a|Str|b" => "c").perl "a|Str|b" => "c" > ("a" => "b|Str|c").perl :a("b|Str|c") > ("a|Str|b"