[perl #130611] hash slice assignment doesn't work for custom class

2017-01-25 Thread jn...@jnthn.net via RT
On Sat, 21 Jan 2017 10:07:46 -0800, sml...@gmail.com wrote: > The documentation > > makes it clear that ASSIGN-KEY is merely an optional performance > optimization that the compiler may or may not use instead of AT-KEY in > some ca

[perl #130611] hash slice assignment doesn't work for custom class

2017-01-21 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #130611] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130611 > class C does Associative { method AT-KEY(\k){ dd 'at-key'; True }; method A