On Tue, Apr 01, 2003 at 08:41:13AM +0200, Perl Authors Upload Server wrote:
>     Config::Merge merges configuration from at most three sources.

Is the maximum number of three an arbitary decision, or required by
your design?

>     application may allow users to define configuration in a file, but
>     you also have set predefined (default) configuration. At the end you
>     want single configuration by merging them with a certain precedence.
>     This module will do just that.

What format of config does it take?

>     Additionally, Config::Merge provides internal parser for convenient
>     and historical reason, but allows users to provide external parser
>     via CODE reference to suit their need.

Can you differentiate your module from this?

    use Config::General;
    my %merged = (
        ParseConfig('file1.cfg'), 
        ParseConfig('file2.cfg'), 
        ParseConfig('file3.cfg'), 
    );

Thanks,
/Autrijus/

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to