From: Steve Peters Date: Fri, 7 Oct 2005 15:41:32 +0000 (+0000) Subject: Documentation nit in INSTALL found by Alan Burlison. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=779ec47719855ab60e913a3e26cf358bbda748ab;p=p5sagit%2Fp5-mst-13.2.git Documentation nit in INSTALL found by Alan Burlison. p4raw-id: //depot/perl@25712 --- diff --git a/INSTALL b/INSTALL index 8488ac4..0ca20f5 100644 --- a/INSTALL +++ b/INSTALL @@ -666,7 +666,7 @@ to avoid these leaks. The default is now to perform direct manipulation whenever perl is running as a stand alone interpreter, and to call the safe but potentially leaky C function when the perl interpreter is embedded in another application. You can force perl to always use C -by compiling with -DPERL_USE_SAVE_PUTENV. You can force an embedded perl to +by compiling with -DPERL_USE_SAFE_PUTENV. You can force an embedded perl to use direct manipulation by setting C after the C call.