fix to work, and correct namespace check

This commit is contained in:
Oliver Gorwits
2017-11-06 22:50:51 +00:00
parent 25907d3544
commit 7edfe88f25
3 changed files with 30 additions and 31 deletions

View File

@@ -13,7 +13,7 @@ has 'status' => (
default => undef,
);
has ['log', 'phase', 'namespace', 'priority'] => (
has 'log' => (
is => 'rw',
default => '',
);