NAME
App::GitHooks::Hook - Base class for all git hook handlers.
VERSION
Version 1.9.0
METHODS
run()
Run the hook handler and return an exit status to pass to git.
my $exit_status = App::GitHooks::Hook->run(
app => $app,
);
Arguments:
app (mandatory)
An App::GitHooks object.
stdin (optional)
An arrayref of lines retrieved from SDTIN.
See for example the
pre-push
hook for uses of this argument.
BUGS
Please report any bugs or feature requests through the web interface at https://github.com/guillaumeaubert/App-GitHooks/issues/new. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc App::GitHooks::Hook
You can also look for information at:
GitHub's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
MetaCPAN
AUTHOR
Guillaume Aubert, <aubertg at cpan.org>
.
COPYRIGHT & LICENSE
Copyright 2013-2017 Guillaume Aubert.
This code is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the LICENSE file for more details.