# New Ticket Created by Zoffix Znet # Please include the string: [perl #128573] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128573 >
<Zoffix> m: say Failure.new.min: &infix:<cmp> <camelia> rakudo-moar 29a110: OUTPUT«Inf» <Zoffix> m: say Failure.new.max: &infix:<cmp> <camelia> rakudo-moar 29a110: OUTPUT«-Inf» <Zoffix> m: say Failure.new.max <camelia> rakudo-moar 29a110: OUTPUT«-Inf» <Zoffix> m: say Failure.new.min <camelia> rakudo-moar 29a110: OUTPUT«Inf» <Zoffix> m: say min +'a' <camelia> rakudo-moar 29a110: OUTPUT«Inf» <Zoffix> m: say max +'a' <camelia> rakudo-moar 29a110: OUTPUT«-Inf»
