NAME
Git::CPAN::Patch::Command::Update - Import the latest version of a module and rebase the current branch
VERSION
version 2.5.2
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.
AUTHORS
Yuval Kogman <nothingmuch@woobling.org>
Yanick Champoux <yanick@cpan.org>
SEE ALSO
Git::CPAN::Patch, git-cpan-import
AUTHOR
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026, 2014, 2010, 2009 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.