[perl #127965] [BUG] Texas hyper doesn't parse correctly in topicalized quoteword associative index assignment

2016-04-22 Thread Larry Wall via RT
Not A Bug. LTM requires it to recognize => over = inside, and then you're missing a >. Looking at it from the other direction, thinking that it will find the >> on the end and then back up to isolate the = is a subtle mental trap of two-pass parsing, which is typically forbidden in Perl 6. To

[perl #127965] [BUG] Texas hyper doesn't parse correctly in topicalized quoteword associative index assignment

2016-04-22 Thread via RT
# New Ticket Created by Pepe Schwarz # Please include the string: [perl #127965] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127965 > Consider the following two snippets: 21:03 m: . >>=>> True given my %h; dd %h 21:03 ra