Loading GitLab/API/Iterator.pm +3 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,9 @@ sub all { my ($self) = @_; return undef if !$self->{good}; while ($self->next_block) {} while (!$self->{finished} && $self->next_block) { # nop } return !$self->{good} ? undef : $self->{data}; } Loading Loading
GitLab/API/Iterator.pm +3 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,9 @@ sub all { my ($self) = @_; return undef if !$self->{good}; while ($self->next_block) {} while (!$self->{finished} && $self->next_block) { # nop } return !$self->{good} ? undef : $self->{data}; } Loading