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
where most of the 'use ' strings will be modules.