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


in reply to Availability of PERL modules

Another option would be to deploy the modules you want as well as the code and use
use lib "/wherever/you/deployed/them/";
in your code. I find this works for my own modules, so no reason you couldn't do this. However you may hit problems if these modules are then dependant on other modules etc. Hope that is of use.