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: 45994
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.5
Fixed in: (no value)



Subject: backpan-init stops if "wrong" versioning scheme was used
Trying to use "git backpan-init Net::UCP" was not successful: ... importing Net-UCP-0.28 ... importing Net-UCP-0.28.1 imported version 0.28 is more recent than 0.28.1, can't import cpan-import --backpan http://backpan.perl.org/authors/id/N/NE/NEMUX/Net-UCP-0.28.1.tar.gz: command returned error: 9 Maybe the version check in git-cpan-import should be conditionally disabled when called from git-cpan-backinit? Regards, Slaven
Subject: Re: [rt.cpan.org #45994] backpan-init stops if "wrong" versioning scheme was used
Date: Tue, 12 May 2009 20:11:17 -0400
To: bug-Git-CPAN-Patch [...] rt.cpan.org
From: Yanick Champoux <yanick [...] babyl.dyndns.org>
Slaven_Rezic via RT wrote: Show quoted text
> Tue May 12 10:16:43 2009: Request 45994 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Git-CPAN-Patch > Subject: backpan-init stops if "wrong" versioning scheme was used > Broken in: 0.1.5 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=45994 > > > > Trying to use "git backpan-init Net::UCP" was not successful: > > ... > importing Net-UCP-0.28 > ... > importing Net-UCP-0.28.1 > imported version 0.28 is more recent than 0.28.1, can't import > cpan-import --backpan > http://backpan.perl.org/authors/id/N/NE/NEMUX/Net-UCP-0.28.1.tar.gz: > command returned error: 9 > > Maybe the version check in git-cpan-import should be conditionally > disabled when called from git-cpan-backinit?
Good suggestion. Should be fairly easy to do. I'll try to do that tonight.
Subject: Re: [rt.cpan.org #45994] backpan-init stops if "wrong" versioning scheme was used
Date: Tue, 12 May 2009 21:01:57 -0400
To: bug-Git-CPAN-Patch [...] rt.cpan.org
From: Yanick Champoux <yanick [...] babyl.dyndns.org>
yanick@babyl.dyndns.org via RT wrote: Show quoted text
> Good suggestion. Should be fairly easy to do. I'll try to do that tonight.
Done. Bug should be gone in v0.1.6. `/.
Works fine now for the previously failing import. Thanks, Slaven