NAME

Git::Gerrit - Git extension to implement a Gerrit workflow

VERSION

version 0.002

SYNOPSIS

use Git::Gerrit 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.