Skip Menu |

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)



Subject: circular dependency
This dist makes my smoker retry it again and again because of a circular dependency: https://gist.github.com/7584c185bd145aa4a783
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
Hm, can't reproduce this. Will wait for more reports. Regards, Steven
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,
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