NAME
List::Objects::WithUtils::Hash - A hash container class
SYNOPSIS
use List::Objects::WithUtils 'hash';
my $hash = hash( foo => bar );
See List::Objects::WithUtils::Role::Hash for a description of available methods.
DESCRIPTION
This class is a concrete implementation of List::Objects::WithUtils::Role::Hash. Methods are documented there.
hash
Creates a new hash container object.
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>
Derived from Data::Perl by Matt Phillips (CPAN: MATTP) et al
Licensed under the same terms as Perl