Fix/update/test sending data. Rename query-monitor to query-server in tests.

This commit is contained in:
Daniel Nichter
2013-03-19 16:35:37 -06:00
parent 5a65305a47
commit 846daa6c31
20 changed files with 877 additions and 292 deletions

View File

@@ -23,7 +23,7 @@ package Percona::WebAPI::Resource::Agent;
use Lmo;
has 'uuid' => (
is => 'r0',
is => 'ro',
isa => 'Str',
required => 0,
);