Howdy!

I've written a module[1] to scratch an itch, namely easily wrapping hashes
returned from subroutines as objects[2].

I've named it Return::Object, based on my particular use case, but I'm
finding it useful for more general wrapping of hashes, hence my quest for a
more general name for it.

Existing similar modules are

Hash::AsObject
Data::AsObject
Object::Result


Any suggestions?

Thanks,

Diab


[1] https://github.com/djerius/Return-Object
    http://prepan.org/module/nYfNhvSqeCX

[2]  There are a number of existing modules, but other than Return::Result
(which has fairly heavy dependencies), they concentrate on deeply wrapping
hashes, they autovivify, and other things that I feel are inappropriate for
a simple wrapping of a hash.

Reply via email to