Re: [perl #114692] [BUG] :i doesn't require whitespace after modifier

2012-09-01 Thread Emile State
unsubscribe On Sat, Sep 1, 2012 at 3:30 AM, GlitchMr wrote: > # New Ticket Created by GlitchMr > # Please include the string: [perl #114692] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org:443/rt3/Ticket/Display.html?id=114692 > > > > This code wor

[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;

[perl #114692] [BUG] :i doesn't require whitespace after modifier

2012-09-01 Thread via RT
# New Ticket Created by GlitchMr # Please include the string: [perl #114692] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=114692 > This code works when it shouldn't. It happens on Rakudo 2012.08-27-gf3d2b53. pri