imp has asked for the wisdom of the Perl Monks concerning the following question:
I'm looking for a way to have ctags handle perl scripts/modules intelligently - by building the tags based on the modules that are loaded. Does anyone know a good way to do this?
Solution criteria:
- Uses the specified perl binary (from the shebang)
- Uses the module that is in the @INC path for this perl
- Preferrably descends into modules loaded by the explicitly used modules.
Back to
Seekers of Perl Wisdom