Skip Menu |

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

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

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

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



Subject: does not warn or die when writing data it cannot later read
Data such as section headers containing newlines or beginning or ending with whitespace can never be properly read back in after being written out. The user should be warned of this problem, or it should be noted in the docs. -- rjbs
Fixed in 2.13. We now return an error if a section header contains any of the three mentioned cases.