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

Changes for version 2.005001 - 2013-12-22

  • Add array->indexes() (from List::MoreUtils)
  • Add array->last_index, array->last_where
  • array->first moved to array->first_where; backwards compatible ->first remains for now, but may be eventually placed in a warn-then-remove deprecation cycle.
  • Add array->first_index (same as ->firstidx); these changes should add some sanity to first/last method naming (first_where, first_index, last_where, last_index)

Modules

List objects, kitchen sink included
Array-type objects WithUtils
Lightweight junction classes
Type-checking array objects
Native data types WithUtils
Hash-type objects WithUtils
Type-checking hash objects
Array manipulation methods
Type-checking array behavior
Hash manipulation methods
Type-checking hash behavior
Shortcut for importing all of List::Objects::WithUtils

Provides

in lib/List/Objects/WithUtils/Hash/Inflated.pm
in lib/List/Objects/WithUtils/Hash/Inflated/RW.pm
in lib/List/Objects/WithUtils/Role/Array/TiedRO.pm
in lib/List/Objects/WithUtils/Role/Hash/TiedRO.pm