perldelta for [perl #19135]
authorFather Chrysostomos <sprout@cpan.org>
Fri, 10 Dec 2010 08:28:02 +0000 (00:28 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 10 Dec 2010 08:28:02 +0000 (00:28 -0800)
pod/perldelta.pod

index cb45fd4..9507e62 100644 (file)
@@ -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