I'm running into a problem at a customer site where they appear to have a conflicting install of Perl that is interfering with my PAR Packed executable. My intent is for the packed program to be fully self contained. I would prefer that it have nothing to do with any previously installed Perl distributions.
It looks to me like Perl is searching in the registry under HKLM\Software\Perl and HKCU\Software\Perl for a number of values including any environment variable that starts with PERL, sitelib, and vendorlib. These all have the potential to interfere with a packed app. Has anyone else run into this before? Does anyone know of a way to suppress this behavior in Perl? --Scott