RT for rt.cpan.org
Skip Menu
|
Bug #78781 for Perinci-Access-Simple-Server: circular dependency
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Perinci-Access-Simple-Server CPAN distribution
.
Report information
The Basics
Id:
78781
Status:
resolved
Priority:
0/
Queue:
Perinci-Access-Simple-Server
People
Owner:
Nobody in particular
Requestors:
MITHALDU [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Sun Aug 05 08:47:05 2012
MITHALDU [...] cpan.org - Ticket created
Subject:
circular dependency
This dist makes my smoker retry it again and again because of a circular dependency:
https://gist.github.com/7584c185bd145aa4a783
Tue Aug 07 06:47:10 2012
sharyanto [...] cpan.org - Correspondence added
On Sun Aug 05 08:47:05 2012, MITHALDU wrote:
Show quoted text
> This dist makes my smoker retry it again and again because of a
circular
Show quoted text
> dependency:
https://gist.github.com/7584c185bd145aa4a783
Hm, can't reproduce this. Will wait for more reports. Regards, Steven
Tue Aug 07 06:47:12 2012
The RT System itself - Status changed from 'new' to 'open'
Tue Aug 07 06:47:12 2012
sharyanto [...] cpan.org - Status changed from 'open' to 'stalled'
Tue Aug 07 06:56:06 2012
MITHALDU [...] cpan.org - Correspondence added
If you want to reproduce this you'll need to try and install on a fresh Perl without any of the deps present. Either way, there is no need to reproduce whatsoever, since the circular dependency is self-evident from your Build.PL files:
https://metacpan.org/source/SHARYANTO/Data-Format-Pretty-0.03/
Build.PL#L27 "requires" => { "Data::Format::Pretty::Console" => 0,
https://metacpan.org/source/SHARYANTO/Data-Format-Pretty-Console-0.16/
Build.PL#L25 "requires" => { "Data::Format::Pretty" => 0,
Tue Aug 07 06:56:07 2012
The RT System itself - Status changed from 'stalled' to 'open'
Tue Aug 07 07:15:34 2012
sharyanto [...] cpan.org - Correspondence added
On Tue Aug 07 06:56:06 2012, MITHALDU wrote:
Show quoted text
> If you want to reproduce this you'll need to try and install on a
fresh
Show quoted text
> Perl without any of the deps present. > > Either way, there is no need to reproduce whatsoever, since the > circular dependency is self-evident from your Build.PL files: > >
https://metacpan.org/source/SHARYANTO/Data-Format-Pretty-0.03/
> Build.PL#L27 > > "requires" => { > "Data::Format::Pretty::Console" => 0, > >
https://metacpan.org/source/SHARYANTO/Data-Format-Pretty-Console-0.16/
> Build.PL#L25 > > "requires" => { > "Data::Format::Pretty" => 0,
Sorry, missed that (and am wondering how that got in the first time). Building new releases that remove the circular. Thanks! Regards, Steven
Tue Aug 07 07:15:55 2012
sharyanto [...] cpan.org - Status changed from 'open' to 'resolved'