Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: mike [...] mlxvi.org
Cc:
AdminCc:

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



Subject: My earlier email regarding deep references
Date: Sun, 17 Jul 2011 23:07:20 +1200
To: bug-Config-General [...] rt.cpan.org
From: Mike Edmonds <mike [...] mlxvi.org>
I worked around the issue by using Data::Dumper on the default hash. I had a quick look at your code. Maybe you could dereference the DefaultConfig hashref somewhere in the _proccess sub by dumping and eval-ing the result before carrying on. That way the DefaultConfig hash would come out of the Config::General ParseConfig function call the same way it went in. Just a suggestion. Mike Edmonds
see #69532