Skip Menu |

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

Report information
The Basics
Id: 19967
Status: resolved
Priority: 1/
Queue: Config-General

People
Owner: tlinden [...] cpan.org
Requestors: perl-bugs [...] jakespencer.me.uk
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.31
Fixed in: (no value)



Subject: Does not escape hash keys correctly when saving a config.
If you have a config hash such as: $config{'key'}{'#foo'} = something. When you save this config it will not escape the # in the key and therefor not reload the config file correctly. Jake P.S Running debian unstable.
Sorry for the late reply - RT didn't notify me of new tickets. - I'll review the problem.
Can't reproduce, in 2.31 it works as expected, the # character gets prepended by escape sign \. Closed.