NAME
Devel::Git::MultiBisect::Init - Initializer for Devel::Git::MultiBisect
DESCRIPTION
This package exports no subroutines. Subroutine init(()
should be called with a fully qualified name inside Devel::Git::MultiBisect-
new()>.
SUBROUTINES
init()
Purpose
Initializer, to be called from within constructors such as that of Devel::Git::MultiBisect. Not meant to be publicly called.
Argument
my $data = Devel::Git::MultiBisect::Init::init($params);
Single hash reference, typically, the output of
Devel::Git::MultiBisect::Opts::process_options()
.Return Value
Single hash reference.