any was added to List::Util in version 1.33, but nothing declares it a dependency
perls before 5.20 don't have 1.33 in core, and tests fail
lib/Log/Any/Adapter/Multiplex.pm has a comment saying Not using List::Util::any because it could break older perl builds, so using grep in the test could also be an option
anywas added toList::Utilin version 1.33, but nothing declares it a dependencyperls before 5.20 don't have 1.33 in core, and tests fail
lib/Log/Any/Adapter/Multiplex.pmhas a comment sayingNot using List::Util::any because it could break older perl builds, so usinggrepin the test could also be an option