diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-12-10 16:12:13 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-12-10 16:12:13 -0800 |
commit | f853e70ac6fb4770dfc9ea44704df8480e41b033 (patch) | |
tree | cc71de6b8fc1ac222b1e9bc637bbd730c412b82c /pod | |
parent | e6f1cc4db50c9cdd01b82e9d85fc4ae74079e64a (diff) | |
download | perl-f853e70ac6fb4770dfc9ea44704df8480e41b033.tar.gz |
perldelta for [perl #68658]
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index cec7f0a412..675446e1c5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,7 @@ =encoding utf8 =for comment -This has been completed up to 0e5d25b, except for: +This has been completed up to a1fba7e, except for: d9a4b459f94297889956ac3adc42707365f274c2 bf5522a13a381257966e7ed6b731195a873b153e 9cef83062267e94311e1fd8744396e440642738e @@ -600,6 +600,12 @@ 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>. +=item * + +C<state> can now be used with attributes. It used to mean the same thing as +C<my> if attributes were present +L<[perl #68658]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=68658>. + =back =head1 Known Problems |