Copy-From-Git
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Copy/From/Git.pm view on Meta::CPAN
my $args = {
server => 'guthub.com',
path => undef,
repo => undef,
branch => 'master',
subdir => '.',
user => getlogin(),
@_,
};
return bless $args => $class;
}
sub clone {
my ($self, $target) = @_;
$target = '/tmp/testing/' unless $target;
unless( -d $target ){
my $cmd;
if( $self->{http} ){
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.934 second using v1.00-cache-2.02-grep-82fe00e-cpan-a086c87fca4 )