You could check %INC to see exactly which file it's including:
------
use MyLib::X;
warn "Using MyLib::X from $INC{'MyLib/X.pm'}\n";
------John Daniel McBrearty wrote:
Hi, If I am developing an app that has a bunch of perl modules as part of the repository (the modules are dedicated for this project), how do I get Apache/mod_perl to use the correct version?
