On Thu, Sep 24, 2009 at 10:50 PM, Jonathan Robinson <jonarobin...@rim.com> wrote: > I have a build machine that depends on specific versions of Perl modules.
Uh-oh, is this the dreaded DarkPAN :) > I am able to populate the lib directory but I am unable to actually install > the modules (i.e. execute make). Is it at all possible to use the Perl > Packer under such curcumstances? Nope. > Is there a stand-alone executing Par Packer? Just for fun, I just pp'ed the script pp itself and tried to use the resulting executable to pack a hello world script - doesn't work. It complains about missing core modules, but I checked that they have been correctly packed into the expected area. There are some subtle ordering restrictions during the bootstrapping process of a packed executable and pp seems to run afoul of them. So short answer: nope either. Cheers, Roderich