http://www.perlmonks.org?node_id=162337


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; }