Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 8ece611462f2bb694dbaeee3e52713bf3b493242
https://github.com/perl6/specs/commit/8ece611462f2bb694dbaeee3e52713bf3b493242
Author: Larry Wall
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M S32-set
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 26c204cfad070e097d16b8e496113add500c24c3
https://github.com/perl6/specs/commit/26c204cfad070e097d16b8e496113add500c24c3
Author: Larry Wall
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M S02-bit
# New Ticket Created by Benjamin Goldberg
# Please include the string: [perl #120035]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=120035 >
If I run the following code:
for gather { .say, .take for 1..5 } { last }
Th