blob: cedf2a45b2e5de33d8447d5aeae57f670cd38cbb (
plain) (
tree)
|
|
This module implements yet another damn configuration-file system.
The configuration language is deliberately simple and limited, and the
module works hard to preserve as much information (section order,
comments, etc.) as possible when a configuration file is updated.
See Chapter 19 of "Perl Best Practices" (O'Reilly, 2005) for the
rationale for this approach.
The configuration language is a slight extension of the Windows INI
format.
WWW: http://search.cpan.org/dist/Config-Std/
|