summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-08-29 09:29:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-29 09:29:08 +0000
commitcbca01e195aef313c02c9c3d2c845e117bfcafa4 (patch)
treec30e8fc1a78350e12e7606c784e07fa939986483 /pod/perldelta.pod
parentc5a0f51aeadf6b8a7ed259c017c10b71dbc08619 (diff)
parentfc0dc3b334ed07492841d4d27f3f4100c92588d2 (diff)
downloadperl-cbca01e195aef313c02c9c3d2c845e117bfcafa4.tar.gz
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4036
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 3 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 26a6450c6b..f286a413d3 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perldelta - what's new for perl v5.6 (as of v5.005_58)
+perldelta - what's new for perl v5.6 (as of v5.005_61)
=head1 DESCRIPTION
@@ -50,9 +50,8 @@ Note that the above issue is not relevant to the default build of
Perl, whose interfaces continue to match those of prior versions
(but subject to the other options described here).
-For testing purposes, the 5.005_58 release automatically enables
-PERL_IMPLICIT_CONTEXT whenever Perl is built with -Dusethreads or
--Dusemultiplicity.
+PERL_IMPLICIT_CONTEXT is automatically enabled whenever Perl is built
+with one of -Dusethreads, -Dusemultiplicity, or both.
See L<perlguts/"The Perl API"> for detailed information on the
ramifications of building Perl using this option.