in reply to Moose accessor odd return

That you didn't provide runnable code that demonstrates the problem limits our options. I'd like to see

use Devel::Peek; Dump($self->log_message); Dump($log_msg);

What's Perl version is this?

Replies are listed 'Best First'.
Re^2: Moose accessor odd return
by tj_thompson (Monk) on Jan 17, 2012 at 15:51 UTC

    Thanks for your time as always Ikegami. I tried to get a small piece of runnable code that demonstrated the issue to no avail. Thus I instead tried to give the pieces of code of interest. My apologies for no running code. This is perl 5.12.2

    At this point I've gone ahead and removed the clear line as I mentioned in my update. Thus far it seems to be working well, but I'm keeping an eye on it. I'm totally swamped but at some point I'll see if I can dig the problem code out of my repository, reproduce the issue, and give you the output you request.