diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-12-10 00:28:02 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-12-10 00:28:02 -0800 |
commit | 70bfa48a28b9dab30bf99f2aa276e4fb7ff2fd55 (patch) | |
tree | 9ef382114bbd782db69fca37c1c9e835197deab2 /pod | |
parent | 2acc0b702fd0ff77d76bd31d3d0b56b5af7e523f (diff) | |
download | perl-70bfa48a28b9dab30bf99f2aa276e4fb7ff2fd55.tar.gz |
perldelta for [perl #19135]
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 9 |
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 |