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.