in reply to Unsetting PERL_DL_NOLAZY

The simplest way that I'm aware of is:

make test PERL_DL_NONLAZY=0

That should turn it off.

Replies are listed 'Best First'.
Re^2: Unsetting PERL_DL_NOLAZY
by skiphoppy (Acolyte) on Aug 15, 2006 at 15:26 UTC
    That does not appear to actually work. Are you aware of any documentation which says it should? PERL_DL_NONLAZY is not a build variable, but an environment variable that affects a module. As such, it doesn't seem to be subject to all the places where you can override build variables during the make process.