http://qs321.pair.com?node_id=455255


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.