Skip Menu |

This queue is for tickets about the Log-Log4perl CPAN distribution.

Report information
The Basics
Id: 19762
Status: resolved
Priority: 0/
Queue: Log-Log4perl

People
Owner: Nobody in particular
Requestors: ml [...] zbmed.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.04
Fixed in: (no value)



Subject: logcarp and %M
logcarp always logs 'Log::Log4perl::Logger::logcroak' as the subroutine name (%M). Example: sub mysub1 { $log->logdie('too bad'); # correct: %M is 'mysub1' } sub mysub2 { $log->logcroak('oh no!'); # logs Log::Log4perl::Logger::logcroak as %M } This is with Perl v5.8.4 under Windows (the Activestate version)
Guess this bug has been fixed in the meantime, just verified that it works with the latest (1.25) version from CPAN. Sorry for the long wait! -- Mike