http://www.perlmonks.org?node_id=922321

irishBatman has asked for the wisdom of the Perl Monks concerning the following question:

I have a perl codebase that I am cleaning up.

I am shifting functions into new modules and need a robust check that I can run on each module that identifies all functions called within that module and shows the module the function is exported from, or if its export is missing.

I have tried scandeps but this does not give me the info I need.

All wisdom appreciated.