1App::GitHooks::Plugin(3U)ser Contributed Perl DocumentatiAopnp::GitHooks::Plugin(3)
2
3
4

NAME

6       App::GitHooks::Plugin - Base class for plugins.
7

VERSION

9       Version 1.9.0
10

METHODS

12   get_file_check_description()
13       Return a description of the check performed on files by the plugin and
14       that will be displayed to the user, if applicable, along with an
15       indication of the success or failure of the plugin.
16
17               my $description = $plugin_class->get_file_check_description();
18
19   get_name()
20       Return the name of the plugin. For example, for
21       "App::GitHooks::Plugin::Test", the name will be "Test".
22
23               my $name = $plugin->get_name();
24

BUGS

26       Please report any bugs or feature requests through the web interface at
27       <https://github.com/guillaumeaubert/App-GitHooks/issues/new>.  I will
28       be notified, and then you'll automatically be notified of progress on
29       your bug as I make changes.
30

SUPPORT

32       You can find documentation for this module with the perldoc command.
33
34               perldoc App::GitHooks::Plugin
35
36       You can also look for information at:
37
38       ·   GitHub's request tracker
39
40           <https://github.com/guillaumeaubert/App-GitHooks/issues>
41
42       ·   AnnoCPAN: Annotated CPAN documentation
43
44           <http://annocpan.org/dist/app-githooks>
45
46       ·   CPAN Ratings
47
48           <http://cpanratings.perl.org/d/app-githooks>
49
50       ·   MetaCPAN
51
52           <https://metacpan.org/release/App-GitHooks>
53

AUTHOR

55       Guillaume Aubert <https://metacpan.org/author/AUBERTG>, "<aubertg at
56       cpan.org>".
57
59       Copyright 2013-2017 Guillaume Aubert.
60
61       This code is free software; you can redistribute it and/or modify it
62       under the same terms as Perl 5 itself.
63
64       This program is distributed in the hope that it will be useful, but
65       WITHOUT ANY WARRANTY; without even the implied warranty of
66       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the LICENSE
67       file for more details.
68
69
70
71perl v5.32.0                      2020-07-28          App::GitHooks::Plugin(3)
Impressum