Anonymous-Object
view release on metacpan or search on metacpan
lib/Anonymous/Object.pm view on Meta::CPAN
$obj->build()
=head2 stringify_struct
Stringify a perl data structure. Expects param $struct to be any value including undef.
$obj->stringify_struct($struct)
=head2 add_type
Add a type constaint to the Anonymous::Object. Expects param $value to be a Str.
$obj->add_type('Str');
=head2 identify_type
Identify the type of the passed data. Expects param $value to be any value including undef.
my $type = $obj->identify_type($data);
=head1 ACCESSORS
( run in 0.360 second using v1.01-cache-2.11-cpan-4e96b696675 )