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

Changes for version 1.011000 - 2013-09-05

  • Add 'hash_of' (List::Objects::WithUtils::Hash::Typed) (Toby Inkster - github PR #3) These hashes perform type-checking on their values via Type::Tie.
  • List::Objects::WithUtils/Lowu now accept ':functions' import tag (':all' without autobox)
  • Array::Type now uses a Type::Tie tied array (Toby Inkster - github PR #2) This is faster (no more overload or method overrides), and allows for 'push @$typedarr, $foo' with type coercion/checking.

Modules

List objects with useful methods
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
Hash manipulation methods
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