Skip Menu |

This queue is for tickets about the Git-PurePerl CPAN distribution.

Report information
The Basics
Id: 71558
Status: new
Priority: 0/
Queue: Git-PurePerl

People
Owner: Nobody in particular
Requestors: GENEHACK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: clone broken
Running this code: my $git = Git::PurePerl->new( directory => 'gitconfig' ); $git->clone( 'git://github.com/genehack/gitconfig' ); produces this: $ ./git-pureperl.clone.pl Counting objects: 102, done. Compressing objects: 100% (92/92), done. Total 102 (delta 38), reused 0 (delta 0) Died at /opt/perl-5.14.1/lib/site_perl/5.14.1/Git/PurePerl/Pack.pm line 92. I haven't had time to dig into any further; I'm hopeful that I'm just doing something wrong.