Provided by: libapp-nopaste-perl_1.013-1_all bug

NAME

       App::Nopaste::Service::GitLab - Service provider for GitLab snippets

VERSION

       version 1.013

NAME

       App::Nopaste::Service::GitLab - Service provider for GitLab snippets

VERSION

       version 1.012

GitLab Authorization

       In order to create snippets you have to get a token.  You can get this from the Profile
       section of your GitLab install, under "personal access tokens."

       In your ~/.gitconfig file, add a section like this:

           [gitlab]
           token = YOUR-TOKEN
           host  = your.gitlab-hostname.example.com

       That's it!

SUPPORT

       Bugs may be submitted through the RT bug tracker
       <https://rt.cpan.org/Public/Dist/Display.html?Name=App-Nopaste> (or
       bug-App-Nopaste@rt.cpan.org <mailto:bug-App-Nopaste@rt.cpan.org>).

AUTHOR

       Ricardo SIGNES, <rjbs@cpan.org>

COPYRIGHT AND LICENSE

       This software is copyright (c) 2008 by Shawn M Moore.

       This is free software; you can redistribute it and/or modify it under the same terms as
       the Perl 5 programming language system itself.