[perl #126713] [BUG] Literal array interpolation in regex doesn't match as expected.

2016-07-11 Thread Pepe Schwarz via RT
On Sat Dec 19 19:44:53 2015, pesc...@gmail.com wrote: > On Mon Nov 23 03:52:55 2015, pesc...@gmail.com wrote: > > Consider the following two regexen and their matching output, or lack > > thereof: > > > > 11:39 < psch> m: say "abcd" ~~ /^(a | b | bc | cd)*?$/; my @a = < a b > > bc cd >; say "abcd"

[perl #126713] [BUG] Literal array interpolation in regex doesn't match as expected.

2015-11-23 Thread via RT
# New Ticket Created by Pepe Schwarz # Please include the string: [perl #126713] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126713 > Consider the following two regexen and their matching output, or lack thereof: 11:39 < p