Skip Menu |

This queue is for tickets about the Config-IniFiles CPAN distribution.

Report information
The Basics
Id: 29398
Status: rejected
Priority: 0/
Queue: Config-IniFiles

People
Owner: Nobody in particular
Requestors: glasswalk3r [...] yahoo.com.br
Cc:
AdminCc:

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



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.

I'm rejecting this bug because it's old and there's no longer anything I could do with a modified .pm file. Next time, please submit a patch against: https://config-inifiles.svn.sourceforge.net/svnroot/config-inifiles/trunk Regards, -- Shlomi Fish
On Mon Apr 27 13:40:46 2009, SHLOMIF wrote: Show quoted text
> I'm rejecting this bug because it's old and there's no longer anything I > could do with a modified .pm file. Next time, please submit a patch
against: Show quoted text
Oh! And please also include a new test script under t/ to go with your modifications. Regards, -- Shlomi Fish Show quoted text
> Regards, > > -- Shlomi Fish
Rejecting again after my comment.