summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-16 14:53:35 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-16 15:47:55 -0800
commit353075a07ebc959a3a5d83bf53b00f3d2664ed00 (patch)
tree01baad1498a8133aac14015d0aac9fd2de39a754
parentd8fc35861442cef38933d61f3720e32dd16898bd (diff)
downloadperl-353075a07ebc959a3a5d83bf53b00f3d2664ed00.tar.gz
perldelta for 8915ba3d0
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f616cd6baf..45d6dab215 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -603,6 +603,11 @@ result would be the wrong value getting assigned.
C<setpgrp($nonzero)> (with one argument) was accidentally changed in 5.16
to mean C<setpgrp(0)>. This has been fixed.
+=item *
+
+C<__SUB__> could return the wrong value or even corrupt memory under the
+debugger (the B<-d> switch) and in subs containing C<eval $string>.
+
=back
=head1 Known Problems