Skip Menu |

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

Report information
The Basics
Id: 67660
Status: resolved
Priority: 0/
Queue: Config-General

People
Owner: tlinden [...] cpan.org
Requestors: alexk [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.43
Fixed in: 2.51



Subject: -InterPolateVars option off and save_string()
Hello Thomas, having option -InterPolateVars turned off and saving a configuration hash with values containing dollar signs via save_string() produces as of version 2.43 escaped dollar signs in the output. So my request is to have save_string() respect the the -InterPolateVars option and thus producing the original unescaped dollar signs if -InterPolateVars option is turned off. My personal use case: 1. Read a file with interpolation turned OFF by means of Config::General. 2. Manipulate the data structure. 3. Write the manipulated data structure back to a string. 4. Read the string with interpolation turned ON with Config::General. Is there anything one could come up standing against this desired behaviour? Thank you very much for the great module Alex
I'll take a look into it. Sorry 4 the delay.
perhaps the patch in #64169 would already help you, I'm adding it to the next version.
fixed in 2.51