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: 43410
Status: resolved
Priority: 0/
Queue: Git-CPAN-Patch

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

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



Subject: git-backpan-init XML-Compile stops prematurely
When trying to import XML::Compile from BackPAN using git backpan-init XML-Compile the import process stops to early, at version 0.88, missing all the versions until 1.02 (see http://backpan.cpan.org/authors/id/M/MA/MARKOV/) The last lines of the import process are: opening backpan index [MSG] No '/home/e/eserte/.cpanplus/custom-sources' dir, skipping custom sources created tag '0.88' (5c75b7056d30aafca11b9253dc9b7bd0145778dc) warning: You appear to be on a branch yet to be born. warning: Forcing checkout of cpan/master. Branch master set up to track local branch refs/remotes/cpan/master. Already on "master" Nothing suspicious here. Regards, Slaven
On Wed Feb 18 16:04:06 2009, SREZIC wrote: Show quoted text
> When trying to import XML::Compile from BackPAN using > > git backpan-init XML-Compile > > the import process stops to early, at version 0.88, missing all the > versions until 1.02 (see http://backpan.cpan.org/authors/id/M/MA/MARKOV/) > > The last lines of the import process are: > > opening backpan index > [MSG] No '/home/e/eserte/.cpanplus/custom-sources' dir, skipping custom > sources > created tag '0.88' (5c75b7056d30aafca11b9253dc9b7bd0145778dc) > warning: You appear to be on a branch yet to be born. > warning: Forcing checkout of cpan/master. > Branch master set up to track local branch refs/remotes/cpan/master. > Already on "master" > > Nothing suspicious here. >
Actually, it looks like a pure Parse::BACKPAN::Packages problem: perl -MData::Dumper -MParse::BACKPAN::Packages -e 'warn Dumper( Parse::BACKPAN::Packages->new->distributions("XML-Compile"))' lists just the distributions until 0.88. Regards, Slaven
On Wed Feb 18 16:14:11 2009, SREZIC wrote: Show quoted text
> On Wed Feb 18 16:04:06 2009, SREZIC wrote:
> > When trying to import XML::Compile from BackPAN using > > > > git backpan-init XML-Compile > > > > the import process stops to early, at version 0.88, missing all the > > versions until 1.02 (see
http://backpan.cpan.org/authors/id/M/MA/MARKOV/) Show quoted text
> > > > The last lines of the import process are: > > > > opening backpan index > > [MSG] No '/home/e/eserte/.cpanplus/custom-sources' dir, skipping custom > > sources > > created tag '0.88' (5c75b7056d30aafca11b9253dc9b7bd0145778dc) > > warning: You appear to be on a branch yet to be born. > > warning: Forcing checkout of cpan/master. > > Branch master set up to track local branch refs/remotes/cpan/master. > > Already on "master" > > > > Nothing suspicious here. > >
> > Actually, it looks like a pure Parse::BACKPAN::Packages problem: > > perl -MData::Dumper -MParse::BACKPAN::Packages -e 'warn Dumper( > Parse::BACKPAN::Packages->new->distributions("XML-Compile"))' > > lists just the distributions until 0.88. >
See https://rt.cpan.org/Ticket/Display.html?id=43412
Was a Parse-BACKPAN-Packages issue and is solved now.