@@ -597,7 +596,7 @@ Unless specified otherwise, these methods take a hash of options, e.g.
...
@@ -597,7 +596,7 @@ Unless specified otherwise, these methods take a hash of options, e.g.
Generally, keys starting with the C<-> (minus) characters are intended to modify the underlying C</exec_request>'s behaviour and are not forwarded to GitLab.
Generally, keys starting with the C<-> (minus) characters are intended to modify the underlying C</exec_request>'s behaviour and are not forwarded to GitLab.
This module contains only the L</whoami> API method, other methods are provided
This module contains only L</whoami> and L</version> API methods, other methods are provided
by additional C<GitLab::*> modules.
by additional C<GitLab::*> modules.
=head1 REQUEST TEMPLATES
=head1 REQUEST TEMPLATES
...
@@ -757,8 +756,8 @@ Complete GitLab API v3 implementation with CLI support.
...
@@ -757,8 +756,8 @@ Complete GitLab API v3 implementation with CLI support.
=item L<GitLab>
=item L<GitLab>
use GitLab LIST;
use GitLab;
Wrapper around L<GitLab::API> that loads all GitLab modules in the C<LIST>.
Wrapper around L<GitLab::API> that loads all GitLab modules.