[perl #114696] [BUG] $_ variable disappears after Rakudo sees block in for @array -> $variable {}

2014-10-15 Thread Christian Bartolomaeus via RT
Since this works as expected, I added a test to S04-declarations/implicit-parameter.t with the following commit: https://github.com/perl6/roast/commit/7192d95e4b and I'm closing this ticket.

[perl #114696] [BUG] $_ variable disappears after Rakudo sees block in for @array -> $variable {}

2012-09-01 Thread via RT
# New Ticket Created by GlitchMr # Please include the string: [perl #114696] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=114696 > Following code: $_ = 'Moo'; for .chars ... 1 -> $len { .perl.say;