1Git::CPAN::Patch::CommaUnsde:r:CCloonnter(i3b)uted PerlGDiotc:u:mCePnAtNa:t:iPoantch::Command::Clone(3)
2
3
4
6 Git::CPAN::Patch::Command::Clone - Clone a CPAN module's history into a
7 new git repository
8
10 version 2.3.4
11
13 # from a specific tarball
14 $ git-cpan clone http://...
15 $ git-cpan clone /path/to/Foo-Bar-0.03.tar.gz
16
17 # from CPAN, module and dist names are okay
18 $ git-cpan clone Foo::Bar
19 $ git-cpan clone Foo-Bar
20
21 # can also specify the directory to create
22 $ git-cpan clone Foo-Bar my_clone
23
25 Clones a CPAN distribution. If a tarball is given, either locally or
26 via an url, it'll be used. If not, "git-cpan" will try to find the
27 distribution or module. If it has an official git repository, it'll be
28 cloned. If not, the history will be created using the CPAN releases.
29
30 If the target directory is omitted, then the "humanish" part of the
31 distribution is used.
32
34 Mike Doherty "<doherty@cpan.org>"
35
36 Yanick Champoux "<yanick@cpan.org>"
37
39 Git::CPAN::Patch, git-cpan-init, git-cpan-import
40
42 Yanick Champoux <yanick@cpan.org>
43
45 This software is copyright (c) 2018, 2017, 2016, 2015, 2014, 2013,
46 2012, 2011, 2010, 2009 by Yanick Champoux.
47
48 This is free software; you can redistribute it and/or modify it under
49 the same terms as the Perl 5 programming language system itself.
50
51
52
53perl v5.30.0 2019-07-26Git::CPAN::Patch::Command::Clone(3)