Loading GitLab/API/Iterator.pm +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ sub response { sub all { my ($self) = @_; return undef if !$self->{good}; return if !$self->{good}; $self->idebug("retrieving all pages"); while (!$self->{finished} && $self->next_block) { Loading Loading
GitLab/API/Iterator.pm +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ sub response { sub all { my ($self) = @_; return undef if !$self->{good}; return if !$self->{good}; $self->idebug("retrieving all pages"); while (!$self->{finished} && $self->next_block) { Loading