# New Ticket Created by Will Coleda # Please include the string: [perl #105118] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=105118 >
09:55 < [Coke]> nom: say (-10..10).min: { abs $^a <=> abs $^b }09:55 <+p6eval> nom 17a235: OUTPUT«Too many positional parameters passed; got 2 but expected 1 in method min at src/gen/CORE.setting:1232 in block <anon> at /tmp/FOX6arzPat:1 in <anon> at /tmp/FOX6arzPat:1» but 09:56 < [Coke]> nom: say (1,4,-2).min: { abs $^a <=> abs $^b }09:56 <+p6eval> nom 17a235: OUTPUT«1» This is causing failures in S32-list/minmax.t -- Will "Coke" Coleda