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

NAME

Git::CPAN::Patch::Command::SendPatch - create patch files and submit them to RT

VERSION

version 2.0.4

SYNOPSIS

    % git-cpan send-patch

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.

AUTHOR

Yanick Champoux <yanick@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Yanick Champoux.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.