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.