CC: | dagolden [...] cpan.org |
Subject: | Configure_requires in META.yml causes cyclic dependencies trying to install Module::Build |
Hi,
version-0.86 appears to have a configure_requires of Module::Build
This means when trying to install CPANPLUS ( for example ) on v5.8.9, any
attempt to install Module::Build results in a cyclic dependency chain as
Module::Build requires ExtUtils::CBuilder which requires IPC::Cmd which
requires Module::Load::Conditional which requires version which
configure_requires ... er ... Module::Build.
This is just the first instance I have noticed as I am trying to setup
a new CPAN Tester smokebox.
Many thanks.