Packaging a perl app so that it will work outside of perl's default prefix
问题 I'm using Module::Build (although I'm flexible on build environments) to package up some perl software I'm writing for internal use where I work. It includes a handful of scripts, and some helper modules. My plan is to make it so you can specify a prefix of whatever you want (ie. something outside of perl's default @INC ) during the build process and the built scripts should still be able to find their helper modules without any problems. I want to do this because I want to distribute this