An open API service indexing awesome lists of open source software.

https://github.com/nkh/p5-config-hierarchical

Hierarchical configuration container
https://github.com/nkh/p5-config-hierarchical

Last synced: 10 months ago
JSON representation

Hierarchical configuration container

Awesome Lists containing this project

README

          

Config::Hierarchical
===========

Implements a configuration variable container. The variables can be set in
different, prioritized, categories within the container. This module can be used
to, IE, implement configuration variable handling in a build system.

INSTALLATION
------------

To install this module type the following:

perl Build.PL
./Build
./Build test
./Build install