On 2014-12-02 02:03:30, ofosos@gmail.com wrote:
Show quoted text> Hi,
> I get a cicular dependency, when installing the latest Moose version (that
> gets pulled in via catalyst):
>
> => ETHER/Moose-2.1402.tar.gz
> => Test::CleanNamespaces (have: N/A; build_requires: 0.13)
> => ETHER/Test-CleanNamespaces-0.16.tar.gz
> => Moose::Exporter (have: N/A; unknown status???)
> => ETHER/Moose-2.1402.tar.gz.
>
> Regards, Mark
Test::CleanNamespaces only has a 'recommends' prereq on Moose::Exporter. Are you using 'cpanm --with-recommends', perhaps?
https://metacpan.org/source/ETHER/Test-CleanNamespaces-0.16/Makefile.PL#L22
https://metacpan.org/source/ETHER/Test-CleanNamespaces-0.16/META.json#L166
Also, the 'build_requires' bit suggests that you're running a fairly old ExtUtils::MakeMaker (earlier than 6.64); I suggest updating that, although it's not the cause of your problem here.