Skip Menu |

This queue is for tickets about the Type-Tie CPAN distribution.

Report information
The Basics
Id: 96899
Status: resolved
Priority: 0/
Queue: Type-Tie

People
Owner: Nobody in particular
Requestors: d.thomas [...] its.uq.edu.au
Cc:
AdminCc:

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



Subject: FYI circular dependency with Type::Tiny
This was reported during the construction of a dependency graph for the distros installed by my my automated build. Arguably it's a weakness in that code since Type::Tie is only a recommendation. Fixed by adding this to my system our %TARBALL_MNAME_REMOVE_DEPENDENCIES = ( ... 'Type::Tiny' => { 'Type::Tie' => 'break circular dependency Type::Tiny <-> Type::Tie' }, ) Type-Tiny-0.044 META.json "runtime": { ... "recommends": { ... "Type::Tie": "0", Type-Tie-0.007 "test": { ... "requires": { ... "Types::Standard": "0.004" I don't think there's any change you need to make,
I don't think this is a problem because Type::Tiny only recommends Type::Tie. But either way, I've made Types::Standard into a "test suggests" rather than "test requires" for Type::Tie.