# New Ticket Created by  David Green 
# Please include the string:  [perl #75320]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75320 >


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)

Reply via email to