[perl #49244] Assigning to hash elements in NQP

2007-12-31 Thread Patrick R. Michaud via RT
Now fixed in r24336, thanks! Pm

[perl #49244] Assigning to hash elements in NQP

2007-12-31 Thread via RT
# 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: