On Mon May 24 10:50:57 2010, david.gr...@telus.net wrote:
> Use of ">>" in a double-quoted string gets incorrectly recognised as
> an attempt to use the P5 right-shift operator:
> 
>     my $x; say "$x >> ";
>     Unsupported use of >> to do right shift; in Perl 6 please use +>
> or ~> at line 1, near "\""
> 
> 
> Note the trailing space; other characters (or none) after the >>
> works.  Also, � or << are OK.
> (See also RT#66888)
> 

This is still happening in rakudo 7408d6.

-- 
Will "Coke" Coleda

Reply via email to