NAME
App::GitHooks::Plugin::RequireTicketID - Require a ticket ID in the commit message.
DESCRIPTION
If you are using a ticketing system, it is very useful to make sure that all your commit messages include a ticket ID to provide more context into why the code is being changed.
VERSION
Version 1.0.0
METHODS
run_commit_msg()
Code to execute as part of the commit-msg hook.
my $success = App::GitHooks::Plugin::RequireTicketID->run_commit_msg();
BUGS
Please report any bugs or feature requests through the web interface at https://github.com/guillaumeaubert/App-GitHooks-Plugin-RequireTicketID/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::Plugin::RequireTicketID
You can also look for information at:
GitHub's request tracker
https://github.com/guillaumeaubert/App-GitHooks-Plugin-RequireTicketID/issues
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/app-githooks-plugin-requireticketid
CPAN Ratings
http://cpanratings.perl.org/d/app-githooks-plugin-requireticketid
MetaCPAN
https://metacpan.org/release/App-GitHooks-Plugin-RequireTicketID
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/