# 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
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