On Mon, Dec 8, 2008 at 2:48 PM, Scott Stanton <[EMAIL PROTECTED]>wrote:

> 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?
>

It's documented in 'perldoc perlwin32' so I think it's universal to Win32
Perls.  Suppressing it may be a question for p5p.  Off the top of my head, I
would think that if a packed app explicitly sets its own @INC, then the
registry values would have no effect.

-- David

Reply via email to