The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Pan::Conf

SYNOPSIS

use Pan::Conf;

my $conf = Pan::Conf->new( '/conf/file' )->dump( 'foo' );

CONFIGURATION

A YAML file that defines groups of configurations index by names. Each group defines the following parameters:

target : nodes in each group.
transform : a list of transforms to apply to target.

METHODS

dump( @name )

Returns configurations indexed by @name.

names

Returns names of all groups.