Subject: | There is no checking against undef value in init ! |
Hi,
Log::Log4Perl->init with undef value cause 4 warnings.
There is a lack of checking like that in config_read
(../Log/Log4perl/Config.pm) :
return undef if (!defined $config);
if (ref($config) eq 'HASH') { ...
Regards.