in reply to
Trying to share a Moose object between some threads
Your problem isn't sharing a Moose object (as bad an idea as sharing objects is), it's that your object contains code references and you're trying to share those.
Comment on
Re: Trying to share a Moose object between some threads
In Section
Seekers of Perl Wisdom