summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-10-07 15:41:32 +0000
committerSteve Peters <steve@fisharerojo.org>2005-10-07 15:41:32 +0000
commit779ec47719855ab60e913a3e26cf358bbda748ab (patch)
tree4b31eab8032aceeb285fe2ba1f3b89780648e095 /INSTALL
parentf5f48b4d8916a5316bf55ddba4047be421aaecfe (diff)
downloadperl-779ec47719855ab60e913a3e26cf358bbda748ab.tar.gz
Documentation nit in INSTALL found by Alan Burlison.
p4raw-id: //depot/perl@25712
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 8488ac4081..0ca20f5127 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<putenv()> function when the perl interpreter is
embedded in another application. You can force perl to always use C<putenv()>
-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<PL_use_safe_putenv = 0;> after the
C<perl_construct()> call.