The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.