Subject: | get is different from save |
Date: | Thu, 20 Nov 2014 22:20:19 +0000 |
To: | "bug-Config-General [...] rt.cpan.org" <bug-Config-General [...] rt.cpan.org> |
From: | "Fabian Portilla -X (rafporti)" <rafporti [...] cisco.com> |
If I create a configuration using the perl module and then retrieve the data, it is different from what I saved.
One instance is with keys that have spaces in them. There are others, but I don't have a ready example.
In this first case, create a hash with a key that has a space and save the file. When you get the file it will return the first word as the key and the following words in the data. The behavior I would expect is to quote the key in the config file.
Thanks.