The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version v1.4.2 - 2017-05-15

  • Bugfixes
    • max_by, max_str_by, min_by, min_by_str: Multiple bugs.
      • In scalar context, these now return the first maximal (minimal) element as is documented. Previously, they would return the last maximal (minimal) element.
      • In list context, they now return only the maximal (minimal) elements as is documented. Previously, they would also return previous maximal (minimal) elements. If all elements are ascending, they would have previously returned all elements!
  • Other Changes
    • avoid test failures for "_::is_tainted".

Modules

Common helper functions without having to import them
object-oriented wrapper for "caller" builtin
Interface to List::Util and List::MoreUtils
Functions for dealing with numbers
Functions for introspecting and manipulating objects and classes
Functions for introspecting and manipulating references
Functions for introspecting and manipulating scalars

Provides

in lib/Util/Underscore/CallStackFrame.pm