Data::Object::Hash::Base

Data-Object Abstract Hash Class

package My::Hash;

use parent 'Data::Object::Hash::Base';

my $hash = My::Hash->new({1..4});

Data::Object::Base

Data::Object::Library

This package provides routines for operating on Perl 5 hash references. If no argument is provided, this package is instantiated with a default value of {}.

6 POD Errors

The following errors were encountered while parsing the POD:

Around line 8:

Unknown directive: =name

Around line 12:

Unknown directive: =abstract

Around line 16:

Unknown directive: =synopsis

Around line 24:

Unknown directive: =inherits

Around line 28:

Unknown directive: =libraries

Around line 32:

Unknown directive: =description