Skip Menu |

This queue is for tickets about the Role-TinyCommons-Tree CPAN distribution.

Report information
The Basics
Id: 131944
Status: resolved
Priority: 0/
Queue: Role-TinyCommons-Tree

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

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



Subject: Circular dependency
When trying to build+test with CPAN.pm: ... Recursive dependency detected: Role::TinyCommons::Tree::NodeMethods (have: N/A; want: 0.121) => PERLANCAR/Role-TinyCommons-Tree-0.121.tar.gz => Tree::Object::Array::Glob (have: N/A; build_requires: 0) => PERLANCAR/Tree-Object-0.07.tar.gz => Role::TinyCommons::Tree::NodeMethods (have: N/A; requires: 0.06). Cannot resolve. PERLANCAR/Tree-Object-0.07.tar.gz [depend] -- NOT OK ... PERLANCAR/Role-TinyCommons-Tree-0.121.tar.gz Could not make: cannot resolve circular dependency ...
I have downgraded the dependency from TestRequires to TestSuggests. It should fix the problem. On Sun, 23 Feb 2020 16:26:01 GMT, SREZIC wrote: Show quoted text
> When trying to build+test with CPAN.pm: > > ... > Recursive dependency detected: > Role::TinyCommons::Tree::NodeMethods (have: N/A; want: 0.121) > => PERLANCAR/Role-TinyCommons-Tree-0.121.tar.gz > => Tree::Object::Array::Glob (have: N/A; build_requires: 0) > => PERLANCAR/Tree-Object-0.07.tar.gz > => Role::TinyCommons::Tree::NodeMethods (have: N/A; requires: 0.06). > Cannot resolve. > PERLANCAR/Tree-Object-0.07.tar.gz > [depend] -- NOT OK > ... > PERLANCAR/Role-TinyCommons-Tree-0.121.tar.gz > Could not make: cannot resolve circular dependency > ...