NAME
Git::Repository::Plugin::Hooks - Work with hooks in a Git::Repository
SYNOPSIS
use Git::Repository 'Hooks';
my $r = Git::Repository->new();
$r->install_hook('my-hook-file', 'pre-receive');
DESCRIPTION
Git::Repository::Plugin::Hooks is ...
METHODS
install_hook($source, $target)
Install a $target
, e.g. 'pre-receive', hook into the repository.
LICENSE
Copyright (C) Nathaniel Nutter.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Nathaniel Nutter <nnutter@cpan.org>