Subject: | Cycle.pm needs to demand Devel::Cycle 1.04 |
In Makefile.PL you have
'Devel::Cycle' => 1.04, # for weakened ref checking
and that's good, but you should also have it in Cycle.pm
# Tried to use 'Test::Memory::Cycle'.
# Error: "find_weakened_cycle" is not exported by the Devel::Cycle module
That message is good, but a message saying you need Devel::Cycle 1.04
is better :)
Thanks