summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-11-27 15:14:36 +0000
committerNicholas Clark <nick@ccl4.org>2004-11-27 15:14:36 +0000
commitaf2f6ef919d598eacc1a62ed3b5d2b99310dcf69 (patch)
treede8c6beb1fb3cb87f47838340ee4c03f17b21a85
parent78a9c42173d0ec8cb6ebae032717c41e3f378ccd (diff)
downloadperl-5.8.6.tar.gz
Entry for PERL_USE_SAFE_PUTENV, reworded slightly from an originalperl-5.8.6
by Stas Bekman p4raw-id: //depot/maint-5.8/perl@23552
-rw-r--r--pod/perl586delta.pod8
1 files changed, 5 insertions, 3 deletions
diff --git a/pod/perl586delta.pod b/pod/perl586delta.pod
index 358e7029b6..ab72bea47d 100644
--- a/pod/perl586delta.pod
+++ b/pod/perl586delta.pod
@@ -17,7 +17,7 @@ The perl interpreter is now more tolerant of UTF-16-encoded scripts.
On Win32, Perl can now use non-IFS compatible LSPs, which allows Perl to
work in conjunction with firewalls such as McAfee Guardian. For full details
-see the file README.win32, particularly if you're running Win95.
+see the file F<README.win32>, particularly if you're running Win95.
=head1 Modules and Pragmata
@@ -132,6 +132,10 @@ has been changed to the more informative
=head1 Changed Internals
+From now on all applications embedding perl will behave as if perl
+were compiled with -DPERL_USE_SAFE_PUTENV. See "Environment access" in
+the F<INSTALL> file for details.
+
Most C<C> source files now have comments at the top explaining their purpose,
which should help anyone wishing to get an overview of the implementation.
@@ -164,5 +168,3 @@ The F<README> file for general stuff.
The F<Artistic> and F<Copying> files for copyright information.
=cut
-
-Yes. It's boring. Enjoy. :-)