in reply to Re^2: How do I detect what modules are not being used?
in thread How do I detect what modules are not being used?

Oh dear. You're right. That's going to make it a bit harder.

I wonder if B::Xref would be of help. Although it would only give you an intermediate output format (namely, what is defined where and what is used where), that may be parseable into something more useful.

  • Comment on Re^3: How do I detect what modules are not being used?