The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
### Git::Hooks - Framework for implementing Git (and Gerrit) hooks

Git::Hooks comes with plugins implementing several hooks that you can
use with Git and Gerrit. To use them you just need a single three-line
script and to configure them using the standard "git config" command.

Implementing new hooks is easy too. Simple hooks can be implemented as
a simple Perl function in the same script.

Available at CPAN (https://metacpan.org/release/Git-Hooks/)

### Instalation

    # with CPAN
    $ cpan Git::Hooks

    # with cpanm
    $ cpanm Git::Hooks

### Copyright & Licensing

Copyright (c) 2012-2014 by CPqD (http://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.