Changes for version 1.60 - 2021-10-08

  • BUGFIXES
    • Quiet some -Wsign-compare warnings by using `int` instead of `UV` (RT136985)
    • Quiet a -Wmaybe-uninitialized warning by ensuring a variable is always initialised, because the compiler can't always determine this is safe (RT139356)
    • Avoid SIGFPE in product(-1, ...) (RT139601)

Modules

A selection of general-utility list subroutines
Indicate if List::Util was compiled with a C compiler
A selection of general-utility scalar subroutines
A selection of utility subroutines for subs and CODE references