Skip to Content.
Sympa Menu

Documentation for Sympa

NAME

Sympa::Config - List configuration

SYNOPSIS

use base qw(Sympa::Config);

sub _schema { {...} }

DESCRIPTION

Methods

Methods child classes should implement

Attribute

Instance of Sympa::Config has following attribute.

Structure of configuration

Configuration on the memory is represented by a hashref, with its keys as node names and values as node values.

Node types

Each node of configuration has one of following four types. Some of them can include other type of nodes recursively.

Filters

TBD.

Validations

TBD.

SEE ALSO

Sympa::ListDef.

HISTORY

Sympa::Config appeared on Sympa 6.2.33b.2.

Top of Page