Get MySQL version if needed. Remove Agent.actions.

This commit is contained in:
Daniel Nichter
2013-06-14 19:54:30 -07:00
parent 4e97201e34
commit 31157e368f
2 changed files with 42 additions and 45 deletions

View File

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