From: Father Chrysostomos Date: Fri, 10 Dec 2010 08:28:02 +0000 (-0800) Subject: perldelta for [perl #19135] X-Git-Tag: accepted/trunk/20130322.191538~6563 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70bfa48a28b9dab30bf99f2aa276e4fb7ff2fd55;p=platform%2Fupstream%2Fperl.git perldelta for [perl #19135] --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index cb45fd4..9507e62 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 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