Config-Directory
view release on metacpan or search on metacpan
Directory.pm view on Meta::CPAN
OO-interface to directories of files, particularly suited to configs
loaded from multiple small files across multiple cascading
directories.
=head1 DESCRIPTION
Config::Directory presents an OO hash-based interface to directories
of files. It is particularly suited to configuration directories where
settings can cascade across multiple directories with multiple files
per directory. Using multiple directories for configuration data
allows an application to support, for example, distribution defaults,
global site settings, and user-specific local settings, while using
files for individual config items makes update interfaces much simpler,
does away with lots of parsing problems, and is nicely scriptable.
=head2 METHODS
Config::Directory uses a very simple OO-style interface, with the only
methods provided being new(), get(), and set(). Basic usage is as
( run in 1.297 second using v1.01-cache-2.11-cpan-49f99fa48dc )