Subject: | bad error treatment with function ReadConfig |
The function ReadConfig return undef if any error is available in the
@Config::IniFiles::errors array, but not message is passed to the
programer. This makes debugging more difficult.
I changed the module including the cluck function of Carp module and
modified ReadConfig to used and return undef in the case of errors. The
modified file is attached to the bug report.
I my case of use, my EOT (multiple values) in the INI file has an
additional white space. With the modified version, now a error message
is sent to STDERR.
Version being used: Config::IniFiles 2.38.
Active Perl v5.8.8 built for MSWin32-x86-multi-thread
Subject: | IniFiles.pm |
Message body is not shown because it is too large.