1GIT-CPAN-UPDATE(1) User Contributed Perl Documentation GIT-CPAN-UPDATE(1)
2
3
4
6 git-cpan-update - Import the latest version of a module and rebase the
7 current branch
8
10 % git cpan-update
11
13 This command runs "git cpan-import", and then if "cpan/master" was
14 updated runs "git rebase cpan/master", bringing your patches up to date
15 with the upstream.
16
18 This document describes git-cpan-update version 0.2.1
19
21 Please report any bugs or feature requests to
22 "bug-git-cpan-patch@rt.cpan.org", or through the web interface at
23 <http://rt.cpan.org>.
24
26 Yuval Kogman "<nothingmuch@woobling.org>"
27
28 Yanick Champoux "<yanick@cpan.org>"
29
31 This module is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself. See perlartistic.
33
35 Git::CPAN::Patch, git-cpan-import
36
37
38
39perl v5.12.0 2010-05-02 GIT-CPAN-UPDATE(1)