Fix Lmo::Types in pt-agent. Change Run->queries to query, Maybe[Str].

This commit is contained in:
Daniel Nichter
2013-01-17 18:21:02 -07:00
parent 4c48ed16a5
commit f999686610
2 changed files with 6 additions and 4 deletions

View File

@@ -40,9 +40,9 @@ has 'options' => (
required => 0,
);
has 'queries' => (
has 'query' => (
is => 'ro',
isa => 'Maybe[ArrayRef]',
isa => 'Maybe[Str]',
required => 0,
default => undef,
);