Add Agent.actions. Make pqd warn if resume file does not exist. Print which services have been added, removed, and updated.

This commit is contained in:
Daniel Nichter
2013-05-10 10:12:40 -07:00
parent fe21bb32ba
commit cb9cc2794f
3 changed files with 78 additions and 27 deletions

View File

@@ -57,6 +57,12 @@ has 'versions' => (
required => 0,
);
has 'actions' => (
is => 'ro',
isa => 'Maybe[ArrayRef]',
requierd => 0,
);
has 'links' => (
is => 'rw',
isa => 'Maybe[HashRef]',