rename ok to is_ok and change slot names to avoid conflict with creators
This commit is contained in:
@@ -53,7 +53,7 @@ sub _run_first {
|
||||
};
|
||||
|
||||
$retval ||= Status->done('no status supplied');
|
||||
return $retval if $retval->ok;
|
||||
return $retval if $retval->is_ok;
|
||||
}
|
||||
|
||||
return Status->error('no worker was successful');
|
||||
|
||||
Reference in New Issue
Block a user