in reply to Re: installing multiple versions of same module
in thread installing multiple versions of same module

You could also use a BEGIN block, I believe:

BEGIN { unshift @INC, /path/to/other/libs; }