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