The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Git::Hooks - A 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 (http://search.cpan.org/dist/Git-Hooks/)

Copyright (c) 2012-2013 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.