# New Ticket Created by Moritz Lenz
# Please include the string: [perl #63350]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=63350 >
Rakudo 00e9db:
.say for (1, 2, 3).item
prints three lines, although it should be just o
On Thu Feb 19 12:03:03 2009, ml...@physik.uni-wuerzburg.de wrote:
> Rakudo 00e9db:
>
> .say for (1, 2, 3).item
>
> prints three lines, although it should be just one (same as for [1, 2,
> 3]), see http://irclog.perlgeek.de/perl6/2009-02-19#i_924753 and below.
>
> There's a test for that in t/spe