1GIT-CPAN-INIT(1) User Contributed Perl Documentation GIT-CPAN-INIT(1)
2
3
4
6 git-cpan-init - Create a git repository for a CPAN module
7
9 git cpan-init [ --help | --man ] [ --backpan ] [ Foo::Bar | Foo-Bar-0.03.tar.gz | http://... ]
10
12 This command creates a new git repository, calls "git-cpan-import" and
13 then checks out the code in the "master" branch.
14
16 This document describes git-cpan-init version 0.2.1
17
19 Please report any bugs or feature requests to
20 "bug-git-cpan-patch@rt.cpan.org", or through the web interface at
21 <http://rt.cpan.org>.
22
24 Yanick Champoux "<yanick@cpan.org>"
25
26 Yuval Kogman "<nothingmuch@woobling.org>"
27
29 This module is free software; you can redistribute it and/or modify it
30 under the same terms as Perl itself. See perlartistic.
31
33 Git::CPAN::Patch, git-cpan-import
34
35
36
37perl v5.12.0 2010-05-02 GIT-CPAN-INIT(1)