On 09/20, Diab Jerius wrote: > 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.
There seems to be a fair number of not directly connected modules under the Data::Hash namespace. I think placing your module alongside these makes sense so something like Data::Hash::AsObject, Data::Hash::Object, or the like may be fitting. Mike Greb mikegrb