The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::GitHooks::Constants - Constants used by various modules in the App::GitHooks namespace.

VERSION

Version 1.9.0

VARIABLES

Plugin return values

  • $PLUGIN_RETURN_FAILED

    Indicates that the checks performed by the plugin did not pass.

  • $PLUGIN_RETURN_SKIPPED

    Indicates that the checks performed by the plugin were skipped.

  • $PLUGIN_RETURN_WARNED

    Indicates that the checks performed by the plugins didn't fail, but they didn't pass cleanly either and warnings were returned.

  • $PLUGIN_RETURN_PASSED

    Indicates that the checks performed by the plugin passed and no warn.

Hook exit codes

  • $HOOK_EXIT_SUCCESS

    Indicates that the hook executed successfully.

  • $HOOK_EXIT_FAILURE

    Indicates that the hook failed to execute correctly.

EXPORT TAGS

  • :PLUGIN_RETURN_CODES

    Exports $PLUGIN_RETURN_FAILED, $PLUGIN_RETURN_SKIPPED, and $PLUGIN_RETURN_PASSED.

  • :HOOK_EXIT_CODES

    Exports $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:

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.