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