Subject: | INI configuration files should let us chose the comment character |
It is important at least for me ;)
Configuration files of ini type can have ';' or '#' as comment character. Config::Simple defaults to ';'.
I'm writing configuration with Perl, and reading with glib. Glib just reads these files if they use '#', not ';'.
If it would be possible to Config::Simple to configure the character used for comments would be really nice. I know I can bug glib folks to change their code, but it seems to me to be easier to Config::Simple to adapt that.
In case you think you shouldn't change, please let me know so I can bug glib. And if they don't change, I'll need to do a pre-processor or just change from modules :-|
Thank you
Alberto