[perl #125289] [BUG] Array with pair written with the value implicitly True, [:a], won't evaluate (or .perl) properly in Rakudo

2015-05-31 Thread Carl Mäsak via RT
Fixed (37e2c9), spectested (c2effba). Resolving ticket.

[perl #125289] [BUG] Array with pair written with the value implicitly True, [:a], won't evaluate (or .perl) properly in Rakudo

2015-05-30 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #125289] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125289 > m: my %h = a => [a => 1], b => [b => 1, b => 2]; %h.perl.say; %h.perl.EVAL; rakudo-moar