Now fixed in 042614ff:
pmich...@orange:~/rakudo$ ./perl6
> $_ = 'foo'; if /bar/ { say 'yes' };
> $_ = 'foo'; if /o/ { say 'yes' };
yes
>Passing ticket to moritz to verify we have a spectest for this. Thanks! Pm
Now fixed in 042614ff:
pmich...@orange:~/rakudo$ ./perl6
> $_ = 'foo'; if /bar/ { say 'yes' };
> $_ = 'foo'; if /o/ { say 'yes' };
yes
>Passing ticket to moritz to verify we have a spectest for this. Thanks! Pm