X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/a1f0e6ed2767ed283b8f0ccd9869b773451d4846..ad790500e6fadbcb6628bc201e3e06cf6ac536b1:/pod/perldelta.pod diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bdef597..196439b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,7 @@ =encoding utf8 =for comment -This has been completed up to 0ea03996e7, except for +This has been completed up to e7d0a3fbd9, except for e032854 khw [perl #32080] is_utf8_string() reads too far b0f2e9e nwclark Fix two bugs related to pod files outside of pod/ (important enough?) @@ -701,6 +701,12 @@ results of such assignments are still undefined. Creating a C sub no longer stops C<%+>, C<%-> and C<%!> from working some of the time [perl #105024]. +=item * + +Assigning C<__PACKAGE__> or another shared hash key string to a variable no +longer stops that variable from being tied if it happens to be a PVMG or +PVLV internally. + =back =head1 Known Problems