1App::GitHooks::ConstantUss(e3r)Contributed Perl DocumentAaptpi:o:nGitHooks::Constants(3)
2
3
4
6 App::GitHooks::Constants - Constants used by various modules in the
7 App::GitHooks namespace.
8
10 Version 1.9.0
11
13 Plugin return values
14 · $PLUGIN_RETURN_FAILED
15
16 Indicates that the checks performed by the plugin did not pass.
17
18 · $PLUGIN_RETURN_SKIPPED
19
20 Indicates that the checks performed by the plugin were skipped.
21
22 · $PLUGIN_RETURN_WARNED
23
24 Indicates that the checks performed by the plugins didn't fail, but
25 they didn't pass cleanly either and warnings were returned.
26
27 · $PLUGIN_RETURN_PASSED
28
29 Indicates that the checks performed by the plugin passed and no
30 warn.
31
32 Hook exit codes
33 · $HOOK_EXIT_SUCCESS
34
35 Indicates that the hook executed successfully.
36
37 · $HOOK_EXIT_FAILURE
38
39 Indicates that the hook failed to execute correctly.
40
42 · ":PLUGIN_RETURN_CODES"
43
44 Exports $PLUGIN_RETURN_FAILED, $PLUGIN_RETURN_SKIPPED, and
45 $PLUGIN_RETURN_PASSED.
46
47 · ":HOOK_EXIT_CODES"
48
49 Exports $HOOK_EXIT_SUCCESS, $HOOK_EXIT_FAILURE.
50
52 Please report any bugs or feature requests through the web interface at
53 <https://github.com/guillaumeaubert/App-GitHooks/issues/new>. I will
54 be notified, and then you'll automatically be notified of progress on
55 your bug as I make changes.
56
58 You can find documentation for this module with the perldoc command.
59
60 perldoc App::GitHooks::Constants
61
62 You can also look for information at:
63
64 · GitHub's request tracker
65
66 <https://github.com/guillaumeaubert/App-GitHooks/issues>
67
68 · AnnoCPAN: Annotated CPAN documentation
69
70 <http://annocpan.org/dist/app-githooks>
71
72 · CPAN Ratings
73
74 <http://cpanratings.perl.org/d/app-githooks>
75
76 · MetaCPAN
77
78 <https://metacpan.org/release/App-GitHooks>
79
81 Guillaume Aubert <https://metacpan.org/author/AUBERTG>, "<aubertg at
82 cpan.org>".
83
85 Copyright 2013-2017 Guillaume Aubert.
86
87 This code is free software; you can redistribute it and/or modify it
88 under the same terms as Perl 5 itself.
89
90 This program is distributed in the hope that it will be useful, but
91 WITHOUT ANY WARRANTY; without even the implied warranty of
92 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the LICENSE
93 file for more details.
94
95
96
97perl v5.30.0 2019-07-26 App::GitHooks::Constants(3)