summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perldelta.pod9
1 files changed, 8 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index cb45fd4752..9507e6244c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1,10 +1,11 @@
=encoding utf8
=for comment
-This has been completed up to 558b442, except for:
+This has been completed up to 3aadd5cd, except for:
d9a4b459f94297889956ac3adc42707365f274c2
bf5522a13a381257966e7ed6b731195a873b153e
9cef83062267e94311e1fd8744396e440642738e
+8e88cfee26d866223a6b3bfffce6270271de00db
=head1 NAME
@@ -589,6 +590,12 @@ characters that have multi-character matches, as this one does, is
problematical in Perl.
L<[perl #58182]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=58182>.
+=item *
+
+Mentioning a read-only lexical variable from the enclosing scope in a
+string C<eval> would cause the variable to become writable
+L<[perl #19135]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=19135>.
+
=back
=head1 Known Problems