NAME
App::GitHooks::Constants - Constants used by various modules in the App::GitHooks namespace.
VERSION
Version 1.0.1
VARIABLES
Plugin return values
$PLUGIN_RETURN_FAILEDIndicates that the checks performed by the plugin did not pass.
$PLUGIN_RETURN_SKIPPEDIndicates that the checks performed by the plugin were skipped.
$PLUGIN_RETURN_PASSEDIndicates that the checks performed by the plugin passed.
Hook exit codes
$HOOK_EXIT_SUCCESSIndicates that the hook executed successfully.
$HOOK_EXIT_FAILUREIndicates that the hook failed to execute correctly.
EXPORT TAGS
:PLUGIN_RETURN_CODESExports
$PLUGIN_RETURN_FAILED,$PLUGIN_RETURN_SKIPPED, and$PLUGIN_RETURN_PASSED.:HOOK_EXIT_CODESExports
$HOOK_EXIT_SUCCESS,$HOOK_EXIT_FAILURE.
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::Constants
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-2014 Guillaume Aubert.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.
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 GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/