NAME

Developer::Dashboard::UpdateManager - managed update runner

SYNOPSIS

my $updater = Developer::Dashboard::UpdateManager->new(...);
my $steps = $updater->run;

DESCRIPTION

This module executes repository update scripts while coordinating managed collector shutdown and restart around the update process.

METHODS

new, updates_dir, run

Construct and execute dashboard updates.