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