NAME
Lowu - Shortcut for importing all of List::Objects::WithUtils
SYNOPSIS
# Same as:
# use List::Objects::WithUtils ':all';
use Lowu;
DESCRIPTION
A short-to-type way to get all of List::Objects::WithUtils, including autoboxing.
If you like, you can specify params as if calling use List::Objects::WithUtils
:
# Get array() and immarray() only:
use Lowu 'array', 'immarray';
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>