[perl #118037] .exists returns false on a %h{Any} in a TypedHash

2014-10-15 Thread Christian Bartolomaeus via RT
I added a test to S09-hashes/objecthash.t with the following commit: https://github.com/perl6/roast/commit/85396dd33e

[perl #118037] .exists returns false on a %h{Any} in a TypedHash

2013-05-17 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #118037] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=118037 [23:54:47] lizmat r: my %h{Any}; %h{Any}=1; say