The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Janus::Sequence::Conf - Load maintenence plugin configuration.

SYNOPSIS

 use Janus::Sequence::Conf;

 my $conf = Janus::Sequence::Conf->load( '/conf/file' );
 my ( $alpha, $omega ) = $conf->dump( 'alpha', 'omega' );

CONFIGURATION

YAML file that defines a HASH of HASH of HASH.

Top level HASH consists of HASH indexed by sequence names. Next level HASH consists of HASH indexed by stage names. Third level HASH defines parameters of each stage.

METHODS

load( $file )

Load configuration from file. Returns object.