http://www.perlmonks.org?node_id=865904


in reply to Prevent object from cloning

Are you really wedded to inside-out objects? I'm not aware of any approach that works well with objects spawned in threads and objects spawned (and cloned) outside of threads. I would throw out Object::Insideout and use plain objects instead.