Changes for version 1.003000

  • Add 'use Lowu;' shortcut to import all available functionality.
  • Add autoboxing support via List::Objects::WithUtils::Autobox and make autoboxing available via "use List::Objects::WithUtils 'autobox'" (as well as the 'use Lowu;' shortcut)
  • More flexible import() in List::Objects::WithUtils; allows for exporting selected functionality to designated target packages.
  • Added 'all'/':all' import tags to List::Objects::WithUtils; bare import list still just enables array/immarray/hash, 'all' adds autoboxing.
  • Add array()->export to line up with hash()->export.
  • POD improvements.

Modules

Object interfaces to lists with useful methods
Array-type objects WithUtils
Native data types WithUtils
Hash-type objects WithUtils
Array manipulation methods
Hash manipulation methods
Shortcut for importing list object goodness