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