[perl #88708] [BUG] Rakudo wrongly allows $x..$y..$z

2012-05-27 Thread Will Coleda via RT
On Sat Apr 16 08:33:34 2011, masak wrote: > std: 1..2..3 > std 4608239: OUTPUT«===SORRY!===␀".." and > ".." are non-associative and require parens [...] FAILED 00:01 120m␀» > oh, good. > rakudo: say (1..2..3).perl > rakudo 5ac05e: OUTPUT«2..3␀» > * masak submits rakudobug >

[perl #88708] [BUG] Rakudo wrongly allows $x..$y..$z

2011-04-16 Thread Carl MĂ€sak
# New Ticket Created by "Carl MÀsak" # Please include the string: [perl #88708] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=88708 > std: 1..2..3 std 4608239: OUTPUT«===SORRY!===␀".." and ".." are non-