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 are programs installed in Git repositories so that Git invokes
them during the execution of some operations in order to augment Git's
functionality.

Git::Hooks is a framework to make it easier to implement Git hooks.

Please, read the INSTALL file to know how to install it and how to read its
documentation.

### 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.