[perl #61618] [PATCH] Report the number of elements in an infinite range correctly

2008-12-22 Thread via RT
# New Ticket Created by Cory Spencer # Please include the string: [perl #61618] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61618 > The attatched patch lets an infinite Range (ie. (1..Inf)) report its length as Inf. I

[perl #61618] [PATCH] Report the number of elements in an infinite range correctly

2008-12-22 Thread Patrick R. Michaud via RT
On Mon Dec 22 09:46:43 2008, cspencer wrote: > > The attatched patch lets an infinite Range (ie. (1..Inf)) report its > length as Inf. > > It also adds temporary !FAIL cases when an infinite range is converted > into a list or string context. The patch needs some rework before it can be accept