[perl #60868] [].min and [].max think +Inf and -Inf (respectively) are spelled undef

2008-12-21 Thread Patrick R. Michaud via RT
On Sun Dec 21 08:26:41 2008, cspencer wrote: The attached patch fixes the issues below. min/max on an empty list should now return Inf/-Inf respectively. Applied in r34214, thanks! Pm

[perl #60868] [].min and [].max think +Inf and -Inf (respectively) are spelled undef

2008-11-26 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #60868] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60868 From Rakudo r33221: $ perl6 -e'say [].min' Use of uninitialized value $ perl6