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

NAME

git-cpan-update - Import the latest version of a module and rebase the current branch

SYNOPSIS

    % git cpan-update

DESCRIPTION

This command runs git cpan-import, and then if cpan/master was updated runs git rebase cpan/master, bringing your patches up to date with the upstream.

BUGS AND LIMITATIONS

Please report any bugs or feature requests to bug-git-cpan-patch@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHORS

Yuval Kogman <nothingmuch@woobling.org>

Yanick Champoux <yanick@cpan.org>

LICENCE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.

SEE ALSO

Git::CPAN::Patch, git-cpan-import