Skip Menu |

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

Report information
The Basics
Id: 48213
Status: new
Priority: 0/
Queue: Config-Context

People
Owner: Nobody in particular
Requestors: jerry [...] hamletzone.com
Cc:
AdminCc:

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



Subject: Configurations are not being merged correctly when using XMLSimple's include functionality.
Line 283: my $rootkey = $self->{'root_name'} || 'opt'; Should most be: my $rootkey = $self->{'root_key'} || 'opt'; as compared to line 236 $self->{'root_key'} = $driver_opts{'RootName'} || 'opt'; Configurations are not being merged correctly when using XMLSimple's include functionality.