perl module circular dependencies
PERL: Test::Simple, Time::HiRes, and Test::Harness, and Test::Deep and Devel-CheckLib have cirular dependencies. How to resolve them?
MakeMaker was the source of some of the problems. One of the tests failed. I simply had to install to get MM available for the other packages. But these other packages had dependencies on one another.
I am getting @include errors because the modules aren’t available. Usually that means add a path to $PERL5Lib or $LD_LIBRARY_PATH, but the modules aren’t installed yet.