[perl #49244] Assigning to hash elements in NQP
Now fixed in r24336, thanks! Pm
[perl #49244] Assigning to hash elements in NQP
# New Ticket Created by Stephen Weeks # Please include the string: [perl #49244] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=49244 > Running the following with NQP: my %h; %h{'foo'} := 'bar'; Gives the following error: