NAME
git-cpan-sendpatch - create patch files and submit them to RT
SYNOPSIS
% git cpan-sendpatch
DESCRIPTION
This command runs git cpan-format-patch
and then if there is one patch file runs git cpan-send-email
.
Multiple patches are not sent because git send-email
creates a separate message for each patch file, resulting in multiple tickets.