finish refactor to new desired behaviour (buggy?)

This commit is contained in:
Oliver Gorwits
2017-11-07 22:30:55 +00:00
parent 7edfe88f25
commit 1eeaba441d
6 changed files with 60 additions and 37 deletions

View File

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