Skip Menu |

This queue is for tickets about the Test-CheckDeps CPAN distribution.

Report information
The Basics
Id: 89366
Status: resolved
Priority: 0/
Queue: Test-CheckDeps

People
Owner: Nobody in particular
Requestors: genehack [...] genehack.org
Cc: ribasushi [...] leporine.io
AdminCc:

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



Subject: Test::CheckDeps has recursive dep, breaking upgrade from older version.
Date: Wed, 9 Oct 2013 07:39:34 -0700
To: bug-Test-CheckDeps [...] rt.cpan.org
From: John SJ Anderson <genehack [...] genehack.org>
Test::CheckDeps declares a dependency on Test::CheckDeps version 0.007 (see https://metacpan.org/source/LEONT/Test-CheckDeps-0.009/META.yml#L9). That means that if you have Test::CheckDeps v0.006 installed, when you try to upgrade something that depends on Test::CheckDeps, it tries to update to 0.009 and fails. This makes Bamboo servers unhappy.
On Wed Oct 09 10:39:52 2013, genehack@genehack.org wrote: Show quoted text
> Test::CheckDeps declares a dependency on Test::CheckDeps version 0.007 > (see https://metacpan.org/source/LEONT/Test-CheckDeps-0.009/META.yml#L9). > > That means that if you have Test::CheckDeps v0.006 installed, when you > try to upgrade something that depends on Test::CheckDeps, it tries to > update to 0.009 and fails. > > This makes Bamboo servers unhappy.
Same problem as https://rt.cpan.org/Ticket/Display.html?id=89362 :(
On Wed Oct 09 10:39:52 2013, genehack@genehack.org wrote: Show quoted text
> Test::CheckDeps declares a dependency on Test::CheckDeps version 0.007 > (see https://metacpan.org/source/LEONT/Test-CheckDeps-0.009/META.yml#L9). > > That means that if you have Test::CheckDeps v0.006 installed, when you > try to upgrade something that depends on Test::CheckDeps, it tries to > update to 0.009 and fails. > > This makes Bamboo servers unhappy.
Oops, that was an unforeseen consequence. Reverted that change now, 0.010 has just been released. Sorry for the inconvenience. Leon
CC: ribasushi [...] cpan.org
Subject: Re: [rt.cpan.org #89366] Test::CheckDeps has recursive dep, breaking upgrade from older version.
Date: Wed, 9 Oct 2013 09:39:12 -0700
To: bug-Test-CheckDeps [...] rt.cpan.org
From: John SJ Anderson <genehack [...] genehack.org>
Thanks! On Wed, Oct 9, 2013 at 9:18 AM, Leon Timmermans via RT <bug-Test-CheckDeps@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=89366 > > > On Wed Oct 09 10:39:52 2013, genehack@genehack.org wrote:
>> Test::CheckDeps declares a dependency on Test::CheckDeps version 0.007 >> (see https://metacpan.org/source/LEONT/Test-CheckDeps-0.009/META.yml#L9). >> >> That means that if you have Test::CheckDeps v0.006 installed, when you >> try to upgrade something that depends on Test::CheckDeps, it tries to >> update to 0.009 and fails. >> >> This makes Bamboo servers unhappy.
> > Oops, that was an unforeseen consequence. Reverted that change now, 0.010 has just been released. > > Sorry for the inconvenience. > > Leon
Subject: Re: [rt.cpan.org #89366] Test::CheckDeps has recursive dep, breaking upgrade from older version.
Date: Wed, 9 Oct 2013 09:47:06 -0700
To: Leon Timmermans via RT <bug-Test-CheckDeps [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
On Wed, Oct 09, 2013 at 12:18:13PM -0400, Leon Timmermans via RT wrote: Show quoted text
> Oops, that was an unforeseen consequence. Reverted that change now, 0.010 has just been released.
This problem happened via my commit; so sorry!