in reply to Re: Distribute script with dependencies
in thread Distribute script with dependencies
Unfortunately, they are not all the same version of perl. I have been using a perl compiled with gcc on both Linux and AIX for development, but the new requirement is to use the system perl for AIX and Linux. I thought that might be a problem, which is why I have been trying so hard to push the pp solution (I have compiled different versions for both platforms and it works great).
I have been asked to "remove any dependencies" from this particular script if I can't come up with a viable solution for distribution. I'd rather not re-write the wheel.
Does anyone know of a good write-up on using local::lib for distribution?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Distribute script with dependencies
by Limbic~Region (Chancellor) on Oct 25, 2013 at 13:02 UTC |