Re: [perl #124082] Conflicting Range values cannot be used

2015-03-20 Thread H.Merijn Brand
On Thu, 19 Mar 2015 12:02:36 -0700, "Carl Mäsak via RT" wrote: > I see two things in this ticket. Correct me if I'm wrong. > > > $ p6 -e'Num.Range.say' > > No such method 'Range' for invocant of type 'Num' > > in block at -e:1 > > First thing: Num doesn't have a Range coercer. > > > $ p6 -e

[perl #124082] Conflicting Range values cannot be used

2015-03-16 Thread via RT
# New Ticket Created by H. Merijn Brand # Please include the string: [perl #124082] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124082 > $ p6 -e'int.Range.say' -9223372036854775808..9223372036854775807 $ p6 -e'int.Range.max