SION = '1.04';
=head1 NAME
Config::Merge - load a configuration directory tree containing
YAML, JSON, XML, Perl, INI or Config::General files
=head1 SYNOPSIS
OO style
-----------------------
als:
=over
=item * Flexible storage
Store all configuration in your format(s) of choice (YAML, JSON, INI, XML, Perl,
Config::General / Apache-style config) broken down into individual files in
a co
to decide what type of data the file contains, so:
YAML : .yaml .yml
JSON : .json .jsn
XML : .xml
INI : .ini
Perl : .perl