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

SYNOPSIS

  % git-cpan clone Foo::Bar 
  % git-cpan clone Foo-Bar-0.03.tar.gz 
  % git-cpan clone http://... 
  % git-cpan clone /path/to/Foo-Bar-0.03.tar.gz

DESCRIPTION

This command creates the named directory, creates a new git repository, calls git-cpan-init, and then checks out the code in the master branch. If the directory is omitted, then the "humanish" part of the named module is used.

AUTHORS

Mike Doherty <doherty@cpan.org>

Yanick Champoux <yanick@cpan.org>

SEE ALSO

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