Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: felix.ostmann [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.46
Fixed in: (no value)



Subject: Log::Log4perl::Filter::Boolean use wrong variable in error message
---- in Log::Log4perl::Filter::Boolean line 54: my $filter = Log::Log4perl::Filter::by_name($1); die "Filter $filter required by Boolean filter, but not defined" unless $filter; ---- Use of uninitialized value $filter in concatenation (.) or string at /path/to/Log/Log4perl/Filter/Boolean.pm line 55. Filter required by Boolean filter, but not defined at /path/to/Log/Log4perl/Filter/Boolean.pm line 55. ---- i guess $1 containes the name of the filter.