# New Ticket Created by Moritz Lenz # Please include the string: [perl #76492] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76492 >
> my %h; %h<ab>.push: 5; say %h.perl Method 'push' not found for invocant of class '' Expected output: { ab => [5] } Cheers, Moritz