NAME

Data::Object::Autobox::Hash

ABSTRACT

Data-Object Autoboxing for Hash Objects

SYNOPSIS

use Data::Object::Autobox::Hash;

DESCRIPTION

This package implements autoboxing via Data::Object::Autobox for Data::Object::Hash objects.

METHODS

This package implements the following methods.

new

new(HashRef $arg1) : HashObject

Construct a new object.

new example
my $hash = Data::Object::Autobox::Hash->new({1..4});