Git::Code::Review - Tools for performing code review using Git as the backend
version 2.6
This module installs a new command to allow you to perform a tracked code review using a git repository as the storage and communication medium for the audit.
This is intended to be used as a post-commit code review tool.
Recommended install with CPAN Minus:
cpanm Git::Code::Review
You can also use CPAN:
cpan Git::Code::Review
This will take care of ensuring all the dependencies are satisfied and will install the scripts into the same directory as your Perl executable.
The utility ships with documentation.
git-code-review help
git-code-review tutorial
And each command has a basic overview of it's own options and uses.
git-code-review help init
git-code-review help select
git-code-review help profile
git-code-review help list
git-code-review help pick
git-code-review help comment
git-code-review help fixed
perldoc Git::Code::Review::Tutorial
Brad Lhotsky <[email protected]>
This software is Copyright (c) 2014 by Brad Lhotsky.
This is free software, licensed under:
The (three-clause) BSD License
- Daniel Ostermeier <[email protected]>
- Dennis Kaarsemaker <[email protected]>
- Rafael Garcia-Suarez <[email protected]>
- Samit Badle [email protected]
- Sawyer X <[email protected]>
- Tigin Kaptanoglu <[email protected]>
The following websites have more information about this module, and may be of help to you. As always, in addition to those websites please use your favorite search engine to discover more resources.
-
MetaCPAN
A modern, open-source CPAN search engine, useful to view POD in HTML format.
-
RT: CPAN's Bug Tracker
The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN.
https://rt.cpan.org/Public/Dist/Display.html?Name=Git-Code-Review
This module's source code is available by visiting: https://github.com/reyjrar/Git-Code-Review