I want to be able to navigate to CPAN installed packages by Ctrl-clicking on "use" operators like this one:
use HTML::TreeBuilder;
However, even after I add all system package paths to the project's include path, I still get an error message "Could not locate module for package ..."
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to be able to navigate to CPAN installed packages by Ctrl-clicking on "use" operators like this one:
use HTML::TreeBuilder;
However, even after I add all system package paths to the project's include path, I still get an error message "Could not locate module for package ..."
Debugging EPIC is an excellent way to find out about the cause of this problem. I think you are on the right path, based on your other message.