[perl #77114] Rakudo parses my %foo XX= 1 but STD does not

2015-01-02 Thread Christian Bartolomaeus via RT
Since said PR was merged recently and the tests in roast are unfudged, I'm closing this ticket. $ perl6 -e 'my %foo XX= 1;' ===SORRY!=== Error while compiling -e Cannot cross with = because list assignment operators are too fiddly at -e:1 --> my %foo XX=⏏ 1;

[perl #77114] Rakudo parses my %foo XX= 1 but STD does not

2010-08-09 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77114] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77114 > [16:33] std: my %foo XX= 1; [16:33] std 31912: OUTPUT«===SORRY!===␤C