Subject: | module can write multiline values but not read them |
Hi!
The module accepts multiline values ($config->{section}->{foo} =
"just\na\ntest") and writes them to a config file as:
foo=just
a
test
But it is unable to read it back in and gives you an empty overall
hash. I suggest that it shouldn't accept newlines in its value in the
first place instead of breaking the file for itself to be able to read
it back in.
Thanks,
Gerfried Fuchs