The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::GitGerrit - A container for functions for the git-gerrit program

VERSION

version 0.022

SYNOPSIS

    use App::GitGerrit qw/run/;
    return 1 if caller;
    exit run();

DESCRIPTION

You're not supposed to use this module directly!

It's used by the git-gerrit script which comes in the same CPAN distribution. All the documentation that exists can be read via

    perldoc git-gerrit

AUTHOR

Gustavo L. de M. Chaves <gnustavo@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by CPqD <www.cpqd.com.br>.

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