Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 79782
Status: new
Priority: 0/
Queue: Git-CPAN-Patch

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

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



Subject: backpan-init sometimes omits history
I just tried to get a full history of Net::SSLeay, but some versions were missed: mike@doherty:~/code/git $ git backpan-init --mkdir Net-SSLeay-full Net::SSLeay creating directory Net-SSLeay-full Loading BackPAN index (this may take a while) importing Net-SSLeay-1.31_01 Downloading http://backpan.perl.org//authors/id/F/FL/FLORA/Net-SSLeay- 1.31_01.tar.gz extracting distribution Updated tag '1.31_01' (was 0000000)created tag '1.31_01' (450c0ff162e5460f93a7e9c6f9aeae868f53155a) importing Net-SSLeay-1.31_02 Downloading http://backpan.perl.org//authors/id/F/FL/FLORA/Net-SSLeay- 1.31_02.tar.gz extracting distribution Updated tag '1.31_02' (was 0000000)created tag '1.31_02' (cd8bc4549cfa767c7c307e4cdd275d0840522c6c) importing Net-SSLeay-1.32 Downloading http://backpan.perl.org//authors/id/F/FL/FLORA/Net-SSLeay- 1.32.tar.gz extracting distribution Updated tag '1.32' (was 0000000)created tag '1.32' (861d8cbaa23a40d5b773394806a9404ad8fb0579) importing Net-SSLeay-1.33_01 Downloading http://backpan.perl.org//authors/id/F/FL/FLORA/Net-SSLeay- 1.33_01.tar.gz extracting distribution Updated tag '1.33_01' (was 0000000)created tag '1.33_01' (10dbbcee4c13e2488bebb5b84658cbf46e48bb47) importing Net-SSLeay-1.34 Downloading http://backpan.perl.org//authors/id/F/FL/FLORA/Net-SSLeay- 1.34.tar.gz extracting distribution Updated tag '1.34' (was 0000000)created tag '1.34' (f730cbf3aa509d666a1d62f29d5933ff75530773) importing Net-SSLeay-1.35 Downloading http://backpan.perl.org//authors/id/F/FL/FLORA/Net-SSLeay- 1.35.tar.gz extracting distribution Updated tag '1.35' (was 0000000)created tag '1.35' (175cecee3ccec69fd109686254f29b950a7024ae) importing Net-SSLeay-1.36 Downloading http://backpan.perl.org//authors/id/F/FL/FLORA/Net-SSLeay- 1.36.tar.gz extracting distribution Updated tag '1.36' (was 0000000)created tag '1.36' (17c8fc7f9a8470f9fefd65f1f33d2b54c0964403) importing Net-SSLeay-1.37 Downloading http://backpan.perl.org//authors/id/M/MI/MIKEM/Net-SSLeay- 1.37.tar.gz extracting distribution Updated tag '1.37' (was 0000000)created tag '1.37' (6fb069b4094950f13c1d07c7b70ab194222fa23e) importing Net-SSLeay-1.38 Downloading http://backpan.perl.org//authors/id/M/MI/MIKEM/Net-SSLeay- 1.38.tar.gz extracting distribution Updated tag '1.38' (was 0000000)created tag '1.38' (d922be9905fbf918c8a3e670683504884d4411f0) importing Net-SSLeay-1.39 Downloading http://backpan.perl.org//authors/id/M/MI/MIKEM/Net-SSLeay- 1.39.tar.gz extracting distribution Updated tag '1.39' (was 0000000)created tag '1.39' (26a9d1060b071f7974bd2d08d738b974c4c2ce76) importing Net-SSLeay-1.40 Downloading http://backpan.perl.org//authors/id/M/MI/MIKEM/Net-SSLeay- 1.40.tar.gz extracting distribution Updated tag '1.40' (was 0000000)created tag '1.40' (11272ea9abdca85c2c3e8352a66a2ea182328870) importing Net-SSLeay-1.41 Downloading http://backpan.perl.org//authors/id/M/MI/MIKEM/Net-SSLeay- 1.41.tar.gz extracting distribution Updated tag '1.41' (was 0000000)created tag '1.41' (da4624c96dca0d3accfc9d335b9fe2a021a6eba5) importing Net-SSLeay-1.42 Downloading http://backpan.perl.org//authors/id/M/MI/MIKEM/Net-SSLeay- 1.42.tar.gz extracting distribution Updated tag '1.42' (was 0000000)created tag '1.42' (6fa02fd56c31d4dcfc40ea4fe6a5c2b24b979b50) importing Net-SSLeay-1.43 Downloading http://backpan.perl.org//authors/id/M/MI/MIKEM/Net-SSLeay- 1.43.tar.gz extracting distribution Updated tag '1.43' (was 0000000)created tag '1.43' (1ba1342de6fc7985ca0f280a23e7fbc9556728fb) importing Net-SSLeay-1.44 Downloading http://backpan.perl.org//authors/id/M/MI/MIKEM/Net-SSLeay- 1.44.tar.gz extracting distribution Updated tag '1.44' (was 0000000)created tag '1.44' (b62c88cef43f3e8d93027ba655011008309c9de7) importing Net-SSLeay-1.45 Downloading http://backpan.perl.org//authors/id/M/MI/MIKEM/Net-SSLeay- 1.45.tar.gz extracting distribution Updated tag '1.45' (was 0000000)created tag '1.45' (4aa97a938648ed702abc62d40315d78ba3323214) Already on 'master' at /home/mike/perl5/perlbrew/perls/perl- 5.10.1/lib/site_perl/5.10.1/Git/CPAN/Patch/Import.pm line 310. Branch master set up to track local branch cpan/master.mike@doherty:~/code/git $ The history stops at 1.45, but the backpan has versions up to 1.48, the current version. In the end, I had to use cpan-import and manually massage the resulting git history.