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
- Host: GitHub
- URL: https://github.com/nkh/p5-config-hierarchical
- Owner: nkh
- Created: 2011-10-21T07:28:36.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-11-26T00:47:43.000Z (over 14 years ago)
- Last Synced: 2025-04-14T06:36:01.281Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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