Re: [perl #76720] [PATCH] support non-numeric args to rhs of xx

2010-07-27 Thread Fitz Elliott
On Jul 27, 2010, at 9:56 PM, Will Coleda via RT wrote: > Looks like this patch was already applied, the samples here seem to work. > However, I cannot > find this RT or appropriate tests in S03-operators/repeat.t ; assigning to > moritz for > spectesting. Sorry, I forgot to document the bug

[perl #76720] [PATCH] support non-numeric args to rhs of xx

2010-07-27 Thread Will Coleda via RT
On Sun Jul 25 21:33:01 2010, felliott wrote: > Hello, > > xx hangs if a non-numeric value appears on the right hand side: > > my @a = "b" xx "monkey"; > > my @c = > my @d = "e" xx @c; > > Attached is a patch which corrects this while still supporting a > Whatever argument like so: > > my @f =

[perl #76720] [PATCH] support non-numeric args to rhs of xx

2010-07-25 Thread via RT
# New Ticket Created by Fitz Elliott # Please include the string: [perl #76720] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76720 > Hello, xx hangs if a non-numeric value appears on the right hand side: my @a = "b" xx