# New Ticket Created by  steve mynott 
# Please include the string:  [perl #126573]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126573 >


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" ~~ /[";"|"\r\n"]/
False

Note in both cases || is True.

Reply via email to