Re: [PATCH] Re: [perl #29618] [BUG] move_if_diff is too lazy

2004-05-16 Thread Uri Guttman
> "B'R" == Brent 'Dax' Royal-Gordon <[EMAIL PROTECTED]> writes: B'R> Jeff Clites wrote: >> +local $/; >> +return if eq ; B'R> I hope none of these files are too big. Otherwise, that'll be a B'R> painfully huge slurp... as cpan modules are allowed,

Re: [PATCH] Re: [perl #29618] [BUG] move_if_diff is too lazy

2004-05-16 Thread Jeff Clites
On May 16, 2004, at 6:58 PM, Brent 'Dax' Royal-Gordon wrote: Jeff Clites wrote: +local $/; +return if eq ; I hope none of these files are too big. Otherwise, that'll be a painfully huge slurp... Yeah, I know, but I opted to not loop line-by-line, since these are

Re: [PATCH] Re: [perl #29618] [BUG] move_if_diff is too lazy

2004-05-16 Thread Brent 'Dax' Royal-Gordon
Jeff Clites wrote: +local $/; +return if eq ; I hope none of these files are too big. Otherwise, that'll be a painfully huge slurp... -- Brent "Dax" Royal-Gordon <[EMAIL PROTECTED]> Perl and Parrot hacker Oceania has always been at war with Eastasia.

[PATCH] Re: [perl #29618] [BUG] move_if_diff is too lazy

2004-05-16 Thread Jeff Clites
On May 16, 2004, at 2:05 AM, Peter Gibbs (via RT) wrote: # New Ticket Created by Peter Gibbs # Please include the string: [perl #29618] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=29618 > While investigating the test fail