in reply to Re: List::MoreUtils' minmax bug?
in thread List::MoreUtils' minmax bug?

Reproduce what bug? Where is the bug?

use List::MoreUtils 'minmax'; use Data::Dump 'dump'; dump minmax(0.002, undef);

Replies are listed 'Best First'.
Re^3: List::MoreUtils' minmax bug?
by Anonymous Monk on Mar 16, 2016 at 18:46 UTC

        Sure, and if you understand the "I smell a bug" to be referring to the OP, then Re: List::MoreUtils' minmax bug? never claims that there is a bug in its code :-) It just reproduces an output "kinda sorta" like in the OP, except that it is (undef, 0.002) instead of the OP's (0.002, undef)