[perl #126573] Changed behaviour of "\r\n" in alternation regexp since Niceville

2015-11-11 Thread jn...@jnthn.net via RT
On Thu Nov 05 07:05:37 2015, steve.mynott+bitc...@gmail.com wrote: > 1. Original Behaviour under Niceville > > > say so "\r\n" ~~ /[";"|"\r\n"]/ > True > > 2. As of Nov 5 > > % perl6 -v > This is perl6 version 2015.10-177-gaf78ecc built on MoarVM version > 2015.10-54-g1e4912d > > > say so "\r\n

[perl #126573] Changed behaviour of "\r\n" in alternation regexp since Niceville

2015-11-05 Thread via RT
# New Ticket Created by steve mynott # Please include the string: [perl #126573] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126573 > 1. Original Behaviour under Niceville > say so "\r\n" ~~ /[";"|"\r\n"]/ True 2. As of N