# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130427] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=130427 >
Similarly to https://rt.perl.org/Ticket/Display.html?id=126990 Code: say Rat.Range Result: -Inf..Inf But you cannot store Infs in a Rat, therefore it should be -Inf^..^Inf (just like Int.Range).