The only place I see it is in t/memory_cycles.t which checks for
use constant HAVE_DEVEL_CYCLE => eval { require Devel::Cycle; };
plan skip_all => "Devel::Cycle module required for this test" unless
HAVE_DEVEL_CYCLE;
But it is listed as a test dependency without qualification in
Makefile.PL. That's not right, probably my mistake. I'll correct it.
Sidney
Bill Cole wrote on 21/11/23 3:04 am:
Just tried a build on trunk, got this:
NOTE: settings for "make test" are now controlled using "t/config.dist".
See that file if you wish to customize what tests are run, and how.
checking module dependencies and their versions...
checking binary dependencies and their versions...
dependency check complete...
Warning: prerequisite Devel::Cycle 0 not found.
Looks like it is needed for a new test?
Not sure how to make that optional for tests only but we need to do
something, even if it is just documentation.