From: Gisle Aas Date: Fri, 31 Oct 2003 03:13:03 +0000 (-0800) Subject: Document PERL_DL_NONLAZY X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=02c7413a561fd3e4b8c5a160aea7f78b8f9b4ebe;p=p5sagit%2Fp5-mst-13.2.git Document PERL_DL_NONLAZY Message-ID: p4raw-id: //depot/perl@21592 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index f84143c..18ddbd5 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -1118,6 +1118,14 @@ Relevant only if your perl executable was built with B<-DDEBUGGING>, this controls the behavior of global destruction of objects and other references. See L for more information. +=item PERL_DL_NONLAZY + +Set to one to have perl resolve B undefined symbols when it loads +a dynamic library. The default behaviour is to resolve symbols when +they are used. Setting this variable is useful during testing of +extensions as it ensures that you get an error on misspelled function +names even if the test suite doesn't call it. + =item PERL_ENCODING If using the C pragma without an explicit encoding name, the