in reply to
How do you audit what Perl modules you use?
You may want to try shell command like:
$ egrep -rh '^use ' | sort -u
[download]
where most of the 'use ' strings will be modules.
Comment on
Re: How do you audit what Perl modules you use?
Download
Code
In Section
Seekers of Perl Wisdom