# New Ticket Created by Jeff Horwitz # Please include the string: [perl #61412] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61412 >
In r33954 this succeeds in Rakudo: > my %hash; %hash<foo> = 'bar'; say %hash<foo>; bar but this fails during PAST->POST: > my %hash; %hash<foo> := 'bar'; say %hash<foo>; rtype not set This worked fine as of r33837. -jeff