[perl #75604] [BUG] [mod] doesn't work in Rakudo

2010-06-10 Thread jn...@jnthn.net via RT
On Tue Jun 08 06:03:24 2010, masak wrote: > rakudo: say [mod] 100, 99, 88, 77, 66, 55, 44 > rakudo 34c1ba: OUTPUT«===SORRY!===␤Could not find sub > &infix:␤» > huh? huh. > rakudo: say 100 mod 99 > rakudo 34c1ba: OUTPUT«1␤» > * masak submits rakudobug > rakudo: say [div] 100, 99, 88, 77, 66, 5

[perl #75604] [BUG] [mod] doesn't work in Rakudo

2010-06-08 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #75604] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75604 > rakudo: say [mod] 100, 99, 88, 77, 66, 55, 44 rakudo 34c1ba: OUTPUT«===SORRY!===␤Could