Config-Simple-Conf
view release on metacpan or search on metacpan
lib/Config/Simple/Conf.pm view on Meta::CPAN
=head2 KEYS
Keys are defined within a B<section> as lines with B<keyname = value> type entry
# Define a value for keyname in section [section]
[section]
keyname = value
=head2 USING A MACRO
Macros are defined as square brakets with a B<section:key> entry between them. These are automatically resolved to other configuration sections and keys and that keys value is utilized.
# Define a value based on a macro
[section2]
key = [section:keyname]
=head2 NOTE
Macros may B<NOT> utilize list entries of duplicate macro keys.
=head2 SPECIAL MACROS
Currently there are two special macros which perform useful tasks
=over
=item include
The B<include> key name allows you to include another configuration file with additional configuration information
( run in 0.574 second using v1.01-cache-2.11-cpan-49f99fa48dc )