On Wed, 12 Oct 2011, J Mash wrote:
I've recently encountered an odd issue while using Moose to create
a wrapper class for Log::Log4perl that results in the logger's
category somehow being returned as 'Eval.Closure', despite that I've
registered the wrapper class as indicated in the documentation
On Sun, 16 Oct 2011, Carlos Sepulveda Z. wrote:
use Log::Log4perl qw(:easy);
Log::Log4perl->easy_init($ERROR);
my $a;
ERROR($a);
$ perl t.pl
Use of uninitialized value in join or string at
Log/Log4perl/Appender.pm line 167.
Sorry for the delay on this, I'm working through a backlog of email.