Subject: | Key => value pair insufficient in all cases |
Date: | Fri, 31 Jul 2009 13:26:58 -0500 |
To: | bug-sphinx-config [...] rt.cpan.org |
From: | Martin Holste <mcholste [...] gmail.com> |
Hi,
Thanks so much for this module, it's a big help to have the ability to
grab running configuration whenever I need it. One bug/feature
request: when you have more than one key in a configuration stanza,
the hash key clobbers the previous value. This can happen frequently
with attribute declarations. It would be preferable for the storage
to be $key => [ $value ] so that multiple values could be pushed onto
an array of values.
Thanks,
Martin