# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #74060] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74060 >
<lue> rakudo: my @s = ($_ * 2 if $_ ** 2 > 3 for 0 .. 99); say @s.perl <p6eval> rakudo 02cf9c: OUTPUT«Method 'perl' not found for invocant of class 'ArrayIterator'[...] <colomon> ArrayIterator ?! * masak submits rakudobug This feels wrong. Surely it should be an Array?