Under BUGS, 1) the "=item tid is I32" paragraph is malformed, so pod2html doesn't treat it properly.
2) the sentence "When you return an object the entire stash that the object is blessed as well." doesn't make sence. Speculation (see http://www.perlmonks.org/index.pl?node_id=233110 ) is that you are missing the words "is in". And, is this fixed by Change 18424? Perhaps it should be documented that the correct (we can expect this now, right?) behavior is that a returned object from a join sees the blessed package that exists in the receiving thread, even if the exiting thread had differences. Hmm, so what about blessed shared objects? Should that use the package as seen by the blessing thread or the current calling thread? --John
