Skip Menu |

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

Report information
The Basics
Id: 63080
Status: resolved
Priority: 0/
Queue: Config-Tiny

People
Owner: Nobody in particular
Requestors: RHONDA [...] cpan.org
Cc: CARNIL [...] cpan.org
AdminCc:

Bug Information
Severity: Important
Broken in: 2.12
Fixed in: (no value)



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
Fixed in 2.14