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

NAME

MYDan::Deploy::Conf - Load/Inspect maintenance configs

SYNOPSIS

 use MYDan::Deploy::Conf;

 my $conf = MYDan::Deploy::Conf->new( $name )->dump( \%macro );

CONFIGURATION

YAML file that defines sets of maintenance parameters index by names. Each set defines the following parameters:

 target : targets of maintenance, to be devided into batches.
 maint : name of maintainance code.
 batch : name of batch code.
 param : ( optional ) parameters of batch code.