[perl #75320] Quoted >> raises false error about right-shift

2011-10-04 Thread Will Coleda via RT
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, n

[perl #75320] Quoted >> raises false error about right-shift

2010-05-25 Thread via RT
# New Ticket Created by David Green # Please include the string: [perl #75320] # in the subject line of all future correspondence about this issue. # 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 t