Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the ConfigReader-Simple CPAN distribution.

Report information
The Basics
Id: 14295
Status: resolved
Priority: 0/
Queue: ConfigReader-Simple

People
Owner: bdfoy [...] cpan.org
Requestors: chris+rt [...] chrisdolan.net
Cc:
AdminCc:

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



Subject: parse_string does not handle continued lines
The parse() method handles lines marked with the terminal continuation character, but the parse_string() method does not.
I think I fixed this a while ago. It's certainly fixed in 1.25, and I've added a test especially for it to verify that.